Html Css Color HEX #059EFF Dodger Blue

📋 copy color: '#059EFF'

red 5 ◦ green 158 ◦ blue 255

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

Shades of Dodger Blue #059EFF

Tints of Dodger Blue #059EFF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.8%

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

R = 1.2%
G = 37.8%
B = 61%

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

#059EFF (or 0x059EFF) is known color: Dodger Blue. HEX triplet: 05, 9E and FF. RGB value is (5,158,255). Sum of RGB (Red+Green+Blue) = 5+158+255=418 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #059EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059EFF is #FA6100. Grayscale: #7A7A7A. Windows color (decimal): -16408833 or 16752133. OLE color: 16752133.

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

Color convert

RGB 5 158 255 -
CMYK 0.98 0.38 0 0
HSL 203.28º 1% 0.51% -
HSV(B) 203.28º 0.98% 1% -
XYZ 30.34 31.71 99.13 -
YUV 123.31 202.31 43.61 -
System Red Green Blue C M Y K H S L
Decimal 5 158 255 0.98 0.38 0 0 203.28 1 0.51
Hex 5 9E FF 62 26 0 0 CB 64 33
Octal 5 236 377 142 46 0 0 313 144 63
Binary 101 10011110 11111111 1100010 100110 0 0 11001011 1100100 110011

Color Harmonies of #059EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059EFF

Black with #059EFF

Text Example


Text Example

White with #059EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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