Html Css Color HEX #059FED Dodger Blue

📋 copy color: '#059FED'

red 5 ◦ green 159 ◦ blue 237

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

Shades of Dodger Blue #059FED

Tints of Dodger Blue #059FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.65%

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

R = 1.25%
G = 39.65%
B = 59.1%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#059FED (or 0x059FED) is known color: Dodger Blue. HEX triplet: 05, 9F and ED. RGB value is (5,159,237). Sum of RGB (Red+Green+Blue) = 5+159+237=401 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #059FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059FED is #FA6012. Grayscale: #797979. Windows color (decimal): -16408595 or 15572741. OLE color: 15572741.

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

Color convert

RGB 5 159 237 -
CMYK 0.98 0.33 0 0.07
HSL 200.17º 0.96% 0.47% -
HSV(B) 200.17º 0.98% 0.93% -
XYZ 27.75 30.94 84.63 -
YUV 121.85 192.98 44.66 -
System Red Green Blue C M Y K H S L
Decimal 5 159 237 0.98 0.33 0 0.07 200.17 0.96 0.47
Hex 5 9F ED 62 21 0 7 C8 60 2F
Octal 5 237 355 142 41 0 7 310 140 57
Binary 101 10011111 11101101 1100010 100001 0 111 11001000 1100000 101111

Color Harmonies of #059FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059FED

Black with #059FED

Text Example


Text Example

White with #059FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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