Html Css Color HEX #059BEB Dodger Blue

📋 copy color: '#059BEB'

red 5 ◦ green 155 ◦ blue 235

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

Shades of Dodger Blue #059BEB

Tints of Dodger Blue #059BEB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.24%

 BLUE value IS 235 (92.19% from 255) = 59.49%

R = 1.27%
G = 39.24%
B = 59.49%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#059BEB (or 0x059BEB) is known color: Dodger Blue. HEX triplet: 05, 9B and EB. RGB value is (5,155,235). Sum of RGB (Red+Green+Blue) = 5+155+235=395 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #059BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059BEB is #FA6414. Grayscale: #767676. Windows color (decimal): -16409621 or 15440645. OLE color: 15440645.

HSL color Cylindrical-coordinate representation of color #059BEB: hue angle of 200.87º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059BEB is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 155 235 -
CMYK 0.98 0.34 0 0.08
HSL 200.87º 0.96% 0.47% -
HSV(B) 200.87º 0.98% 0.92% -
XYZ 26.78 29.47 82.87 -
YUV 119.27 193.31 46.5 -
System Red Green Blue C M Y K H S L
Decimal 5 155 235 0.98 0.34 0 0.08 200.87 0.96 0.47
Hex 5 9B EB 62 22 0 8 C9 60 2F
Octal 5 233 353 142 42 0 10 311 140 57
Binary 101 10011011 11101011 1100010 100010 0 1000 11001001 1100000 101111

Color Harmonies of #059BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059BEB

Black with #059BEB

Text Example


Text Example

White with #059BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,155,235); }

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

background-color css

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

 a { background-color: rgb(5,155,235); }

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

border-color css

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

 span { border-color: rgb(5,155,235); }

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