Html Css Color HEX #059BFF Dodger Blue

📋 copy color: '#059BFF'

red 5 ◦ green 155 ◦ blue 255

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

Shades of Dodger Blue #059BFF

Tints of Dodger Blue #059BFF

RGB

 RED value IS 5 (2.34% from 255) = 1.2%

 GREEN value IS 155 (60.94% from 255) = 37.35%

 BLUE value IS 255 (100% from 255) = 61.45%

R = 1.2%
G = 37.35%
B = 61.45%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#059BFF (or 0x059BFF) is known color: Dodger Blue. HEX triplet: 05, 9B and FF. RGB value is (5,155,255). Sum of RGB (Red+Green+Blue) = 5+155+255=415 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #059BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059BFF is #FA6400. Grayscale: #787878. Windows color (decimal): -16409601 or 16751365. OLE color: 16751365.

HSL color Cylindrical-coordinate representation of color #059BFF: hue angle of 204º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059BFF is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 5 155 255 -
CMYK 0.98 0.39 0 0
HSL 204º 1% 0.51% -
HSV(B) 204º 0.98% 1% -
XYZ 29.83 30.69 98.96 -
YUV 121.55 203.31 44.87 -
System Red Green Blue C M Y K H S L
Decimal 5 155 255 0.98 0.39 0 0 204 1 0.51
Hex 5 9B FF 62 27 0 0 CC 64 33
Octal 5 233 377 142 47 0 0 314 144 63
Binary 101 10011011 11111111 1100010 100111 0 0 11001100 1100100 110011

Color Harmonies of #059BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059BFF

Black with #059BFF

Text Example


Text Example

White with #059BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059BFF; }

 p { color: rgb(5,155,255); }

 H1.HeaderClassName
 {
   color: #059BFF;
 }
 .AnyTagClassName
 {
   color: #059BFF;
 }
</style>

background-color css

<style>
 a { background-color: #059BFF; }

 a { background-color: rgb(5,155,255); }

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

border-color css

<style>
 span { border-color: #059BFF; }

 span { border-color: rgb(5,155,255); }

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