Html Css Color HEX #059AFF Dodger Blue

📋 copy color: '#059AFF'

red 5 ◦ green 154 ◦ blue 255

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

Shades of Dodger Blue #059AFF

Tints of Dodger Blue #059AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.2%

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

R = 1.21%
G = 37.2%
B = 61.59%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#059AFF (or 0x059AFF) is known color: Dodger Blue. HEX triplet: 05, 9A and FF. RGB value is (5,154,255). Sum of RGB (Red+Green+Blue) = 5+154+255=414 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #059AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059AFF is #FA6500. Grayscale: #787878. Windows color (decimal): -16409857 or 16751109. OLE color: 16751109.

HSL color Cylindrical-coordinate representation of color #059AFF: hue angle of 204.24º 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 #059AFF is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 5 154 255 -
CMYK 0.98 0.40 0 0
HSL 204.24º 1% 0.51% -
HSV(B) 204.24º 0.98% 1% -
XYZ 29.67 30.36 98.9 -
YUV 120.96 203.64 45.29 -
System Red Green Blue C M Y K H S L
Decimal 5 154 255 0.98 0.40 0 0 204.24 1 0.51
Hex 5 9A FF 62 28 0 0 CC 64 33
Octal 5 232 377 142 50 0 0 314 144 63
Binary 101 10011010 11111111 1100010 101000 0 0 11001100 1100100 110011

Color Harmonies of #059AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059AFF

Black with #059AFF

Text Example


Text Example

White with #059AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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