Html Css Color HEX #059EFE Dodger Blue

📋 copy color: '#059EFE'

red 5 ◦ green 158 ◦ blue 254

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

Shades of Dodger Blue #059EFE

Tints of Dodger Blue #059EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.91%

R = 1.2%
G = 37.89%
B = 60.91%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#059EFE (or 0x059EFE) is known color: Dodger Blue. HEX triplet: 05, 9E and FE. RGB value is (5,158,254). Sum of RGB (Red+Green+Blue) = 5+158+254=417 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #059EFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059EFE is #FA6101. Grayscale: #7A7A7A. Windows color (decimal): -16408834 or 16686597. OLE color: 16686597.

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

Color convert

RGB 5 158 254 -
CMYK 0.98 0.38 0 0.00
HSL 203.13º 0.99% 0.51% -
HSV(B) 203.13º 0.98% 1% -
XYZ 30.18 31.64 98.28 -
YUV 123.2 201.81 43.69 -
System Red Green Blue C M Y K H S L
Decimal 5 158 254 0.98 0.38 0 0.00 203.13 0.99 0.51
Hex 5 9E FE 62 26 0 0 CB 63 33
Octal 5 236 376 142 46 0 0 313 143 63
Binary 101 10011110 11111110 1100010 100110 0 0 11001011 1100011 110011

Color Harmonies of #059EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059EFE

Black with #059EFE

Text Example


Text Example

White with #059EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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