Html Css Color HEX #059AEA Dodger Blue

📋 copy color: '#059AEA'

red 5 ◦ green 154 ◦ blue 234

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

Shades of Dodger Blue #059AEA

Tints of Dodger Blue #059AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.54%

R = 1.27%
G = 39.19%
B = 59.54%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#059AEA (or 0x059AEA) is known color: Dodger Blue. HEX triplet: 05, 9A and EA. RGB value is (5,154,234). Sum of RGB (Red+Green+Blue) = 5+154+234=393 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #059AEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059AEA is #FA6515. Grayscale: #767676. Windows color (decimal): -16409878 or 15374853. OLE color: 15374853.

HSL color Cylindrical-coordinate representation of color #059AEA: hue angle of 200.96º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059AEA is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 154 234 -
CMYK 0.98 0.34 0 0.08
HSL 200.96º 0.96% 0.47% -
HSV(B) 200.96º 0.98% 0.92% -
XYZ 26.47 29.08 82.06 -
YUV 118.57 193.14 47 -
System Red Green Blue C M Y K H S L
Decimal 5 154 234 0.98 0.34 0 0.08 200.96 0.96 0.47
Hex 5 9A EA 62 22 0 8 C9 60 2F
Octal 5 232 352 142 42 0 10 311 140 57
Binary 101 10011010 11101010 1100010 100010 0 1000 11001001 1100000 101111

Color Harmonies of #059AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059AEA

Black with #059AEA

Text Example


Text Example

White with #059AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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