Html Css Color HEX #059EFB Dodger Blue

📋 copy color: '#059EFB'

red 5 ◦ green 158 ◦ blue 251

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

Shades of Dodger Blue #059EFB

Tints of Dodger Blue #059EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.63%

R = 1.21%
G = 38.16%
B = 60.63%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#059EFB (or 0x059EFB) is known color: Dodger Blue. HEX triplet: 05, 9E and FB. RGB value is (5,158,251). Sum of RGB (Red+Green+Blue) = 5+158+251=414 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #059EFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059EFB is #FA6104. Grayscale: #7A7A7A. Windows color (decimal): -16408837 or 16489989. OLE color: 16489989.

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

Color convert

RGB 5 158 251 -
CMYK 0.98 0.37 0 0.02
HSL 202.68º 0.97% 0.5% -
HSV(B) 202.68º 0.98% 0.98% -
XYZ 29.7 31.45 95.77 -
YUV 122.86 200.31 43.94 -
System Red Green Blue C M Y K H S L
Decimal 5 158 251 0.98 0.37 0 0.02 202.68 0.97 0.5
Hex 5 9E FB 62 25 0 2 CB 61 32
Octal 5 236 373 142 45 0 2 313 141 62
Binary 101 10011110 11111011 1100010 100101 0 10 11001011 1100001 110010

Color Harmonies of #059EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059EFB

Black with #059EFB

Text Example


Text Example

White with #059EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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