Html Css Color HEX #059AED Dodger Blue

📋 copy color: '#059AED'

red 5 ◦ green 154 ◦ blue 237

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

Shades of Dodger Blue #059AED

Tints of Dodger Blue #059AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.85%

R = 1.26%
G = 38.89%
B = 59.85%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#059AED (or 0x059AED) is known color: Dodger Blue. HEX triplet: 05, 9A and ED. RGB value is (5,154,237). Sum of RGB (Red+Green+Blue) = 5+154+237=396 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #059AED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059AED is #FA6512. Grayscale: #767676. Windows color (decimal): -16409875 or 15571461. OLE color: 15571461.

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

Color convert

RGB 5 154 237 -
CMYK 0.98 0.35 0 0.07
HSL 201.47º 0.96% 0.47% -
HSV(B) 201.47º 0.98% 0.93% -
XYZ 26.9 29.26 84.35 -
YUV 118.91 194.64 46.75 -
System Red Green Blue C M Y K H S L
Decimal 5 154 237 0.98 0.35 0 0.07 201.47 0.96 0.47
Hex 5 9A ED 62 23 0 7 C9 60 2F
Octal 5 232 355 142 43 0 7 311 140 57
Binary 101 10011010 11101101 1100010 100011 0 111 11001001 1100000 101111

Color Harmonies of #059AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059AED

Black with #059AED

Text Example


Text Example

White with #059AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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