Html Css Color HEX #059FEB Dodger Blue

📋 copy color: '#059FEB'

red 5 ◦ green 159 ◦ blue 235

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

Shades of Dodger Blue #059FEB

Tints of Dodger Blue #059FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.9%

R = 1.25%
G = 39.85%
B = 58.9%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#059FEB (or 0x059FEB) is known color: Dodger Blue. HEX triplet: 05, 9F and EB. RGB value is (5,159,235). Sum of RGB (Red+Green+Blue) = 5+159+235=399 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #059FEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059FEB is #FA6014. Grayscale: #797979. Windows color (decimal): -16408597 or 15441669. OLE color: 15441669.

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

Color convert

RGB 5 159 235 -
CMYK 0.98 0.32 0 0.08
HSL 199.83º 0.96% 0.47% -
HSV(B) 199.83º 0.98% 0.92% -
XYZ 27.46 30.83 83.1 -
YUV 121.62 191.98 44.82 -
System Red Green Blue C M Y K H S L
Decimal 5 159 235 0.98 0.32 0 0.08 199.83 0.96 0.47
Hex 5 9F EB 62 20 0 8 C8 60 2F
Octal 5 237 353 142 40 0 10 310 140 57
Binary 101 10011111 11101011 1100010 100000 0 1000 11001000 1100000 101111

Color Harmonies of #059FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059FEB

Black with #059FEB

Text Example


Text Example

White with #059FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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