Html Css Color HEX #059DFC Dodger Blue

📋 copy color: '#059DFC'

red 5 ◦ green 157 ◦ blue 252

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

Shades of Dodger Blue #059DFC

Tints of Dodger Blue #059DFC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.92%

 BLUE value IS 252 (98.83% from 255) = 60.87%

R = 1.21%
G = 37.92%
B = 60.87%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#059DFC (or 0x059DFC) is known color: Dodger Blue. HEX triplet: 05, 9D and FC. RGB value is (5,157,252). Sum of RGB (Red+Green+Blue) = 5+157+252=414 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #059DFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059DFC is #FA6203. Grayscale: #797979. Windows color (decimal): -16409092 or 16555269. OLE color: 16555269.

HSL color Cylindrical-coordinate representation of color #059DFC: hue angle of 203.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059DFC is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 157 252 -
CMYK 0.98 0.38 0 0.01
HSL 203.08º 0.98% 0.5% -
HSV(B) 203.08º 0.98% 0.99% -
XYZ 29.69 31.17 96.55 -
YUV 122.38 201.14 44.28 -
System Red Green Blue C M Y K H S L
Decimal 5 157 252 0.98 0.38 0 0.01 203.08 0.98 0.5
Hex 5 9D FC 62 26 0 1 CB 62 32
Octal 5 235 374 142 46 0 1 313 142 62
Binary 101 10011101 11111100 1100010 100110 0 1 11001011 1100010 110010

Color Harmonies of #059DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059DFC

Black with #059DFC

Text Example


Text Example

White with #059DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,157,252); }

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

background-color css

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

 a { background-color: rgb(5,157,252); }

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

border-color css

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

 span { border-color: rgb(5,157,252); }

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