Html Css Color HEX #059CEB Dodger Blue

📋 copy color: '#059CEB'

red 5 ◦ green 156 ◦ blue 235

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

Shades of Dodger Blue #059CEB

Tints of Dodger Blue #059CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.39%

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

R = 1.26%
G = 39.39%
B = 59.34%

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

#059CEB (or 0x059CEB) is known color: Dodger Blue. HEX triplet: 05, 9C and EB. RGB value is (5,156,235). Sum of RGB (Red+Green+Blue) = 5+156+235=396 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #059CEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059CEB is #FA6314. Grayscale: #777777. Windows color (decimal): -16409365 or 15440901. OLE color: 15440901.

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

Color convert

RGB 5 156 235 -
CMYK 0.98 0.34 0 0.08
HSL 200.61º 0.96% 0.47% -
HSV(B) 200.61º 0.98% 0.92% -
XYZ 26.95 29.81 82.93 -
YUV 119.86 192.97 46.08 -
System Red Green Blue C M Y K H S L
Decimal 5 156 235 0.98 0.34 0 0.08 200.61 0.96 0.47
Hex 5 9C EB 62 22 0 8 C9 60 2F
Octal 5 234 353 142 42 0 10 311 140 57
Binary 101 10011100 11101011 1100010 100010 0 1000 11001001 1100000 101111

Color Harmonies of #059CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059CEB

Black with #059CEB

Text Example


Text Example

White with #059CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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