Html Css Color HEX #059FFF Dodger Blue

📋 copy color: '#059FFF'

red 5 ◦ green 159 ◦ blue 255

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

Shades of Dodger Blue #059FFF

Tints of Dodger Blue #059FFF

RGB

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

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

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

R = 1.19%
G = 37.95%
B = 60.86%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#059FFF (or 0x059FFF) is known color: Dodger Blue. HEX triplet: 05, 9F and FF. RGB value is (5,159,255). Sum of RGB (Red+Green+Blue) = 5+159+255=419 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #059FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059FFF is #FA6000. Grayscale: #7B7B7B. Windows color (decimal): -16408577 or 16752389. OLE color: 16752389.

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

Color convert

RGB 5 159 255 -
CMYK 0.98 0.38 0 0
HSL 203.04º 1% 0.51% -
HSV(B) 203.04º 0.98% 1% -
XYZ 30.51 32.05 99.19 -
YUV 123.9 201.98 43.19 -
System Red Green Blue C M Y K H S L
Decimal 5 159 255 0.98 0.38 0 0 203.04 1 0.51
Hex 5 9F FF 62 26 0 0 CB 64 33
Octal 5 237 377 142 46 0 0 313 144 63
Binary 101 10011111 11111111 1100010 100110 0 0 11001011 1100100 110011

Color Harmonies of #059FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059FFF

Black with #059FFF

Text Example


Text Example

White with #059FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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