Html Css Color HEX #059DFF Dodger Blue

📋 copy color: '#059DFF'

red 5 ◦ green 157 ◦ blue 255

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

Shades of Dodger Blue #059DFF

Tints of Dodger Blue #059DFF

RGB

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

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

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

R = 1.2%
G = 37.65%
B = 61.15%

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

#059DFF (or 0x059DFF) is known color: Dodger Blue. HEX triplet: 05, 9D and FF. RGB value is (5,157,255). Sum of RGB (Red+Green+Blue) = 5+157+255=417 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #059DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059DFF is #FA6200. Grayscale: #7A7A7A. Windows color (decimal): -16409089 or 16751877. OLE color: 16751877.

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

Color convert

RGB 5 157 255 -
CMYK 0.98 0.38 0 0
HSL 203.52º 1% 0.51% -
HSV(B) 203.52º 0.98% 1% -
XYZ 30.17 31.37 99.07 -
YUV 122.72 202.64 44.03 -
System Red Green Blue C M Y K H S L
Decimal 5 157 255 0.98 0.38 0 0 203.52 1 0.51
Hex 5 9D FF 62 26 0 0 CC 64 33
Octal 5 235 377 142 46 0 0 314 144 63
Binary 101 10011101 11111111 1100010 100110 0 0 11001100 1100100 110011

Color Harmonies of #059DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059DFF

Black with #059DFF

Text Example


Text Example

White with #059DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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