Html Css Color HEX #0780FB Dodger Blue

📋 copy color: '#0780FB'

red 7 ◦ green 128 ◦ blue 251

#0780FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #0780FB

Tints of Dodger Blue #0780FB

RGB

 RED value IS 7 (3.13% from 255) = 1.81%

 GREEN value IS 128 (50.39% from 255) = 33.16%

 BLUE value IS 251 (98.44% from 255) = 65.03%

R = 1.81%
G = 33.16%
B = 65.03%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0780FB (or 0x0780FB) is known color: Dodger Blue. HEX triplet: 07, 80 and FB. RGB value is (7,128,251). Sum of RGB (Red+Green+Blue) = 7+128+251=386 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #0780FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0780FB is #F87F04. Grayscale: #696969. Windows color (decimal): -16285445 or 16482311. OLE color: 16482311.

HSL color Cylindrical-coordinate representation of color #0780FB: hue angle of 210.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0780FB is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 128 251 -
CMYK 0.97 0.49 0 0.02
HSL 210.25º 0.97% 0.51% -
HSV(B) 210.25º 0.97% 0.98% -
XYZ 25.22 22.45 94.27 -
YUV 105.84 209.91 57.5 -
System Red Green Blue C M Y K H S L
Decimal 7 128 251 0.97 0.49 0 0.02 210.25 0.97 0.51
Hex 7 80 FB 61 31 0 2 D2 61 33
Octal 7 200 373 141 61 0 2 322 141 63
Binary 111 10000000 11111011 1100001 110001 0 10 11010010 1100001 110011

Color Harmonies of #0780FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0780FB

Black with #0780FB

Text Example


Text Example

White with #0780FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0780FB; }

 p { color: rgb(7,128,251); }

 H1.HeaderClassName
 {
   color: #0780FB;
 }
 .AnyTagClassName
 {
   color: #0780FB;
 }
</style>

background-color css

<style>
 a { background-color: #0780FB; }

 a { background-color: rgb(7,128,251); }

 div.DivClassName
 {
   background-color: #0780FB;
 }
 .BgClassName
 {
   background-color: #0780FB;
 }
</style>

border-color css

<style>
 span { border-color: #0780FB; }

 span { border-color: rgb(7,128,251); }

 td.TdClassName
 {
   border-color: #0780FB;
 }
 .TagClassName
 {
   border-color: #0780FB;
 }
</style>