Html Css Color HEX #059BED Dodger Blue

📋 copy color: '#059BED'

red 5 ◦ green 155 ◦ blue 237

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

Shades of Dodger Blue #059BED

Tints of Dodger Blue #059BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.7%

R = 1.26%
G = 39.04%
B = 59.7%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#059BED (or 0x059BED) is known color: Dodger Blue. HEX triplet: 05, 9B and ED. RGB value is (5,155,237). Sum of RGB (Red+Green+Blue) = 5+155+237=397 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #059BED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059BED is #FA6412. Grayscale: #777777. Windows color (decimal): -16409619 or 15571717. OLE color: 15571717.

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

Color convert

RGB 5 155 237 -
CMYK 0.98 0.35 0 0.07
HSL 201.21º 0.96% 0.47% -
HSV(B) 201.21º 0.98% 0.93% -
XYZ 27.07 29.59 84.41 -
YUV 119.5 194.31 46.33 -
System Red Green Blue C M Y K H S L
Decimal 5 155 237 0.98 0.35 0 0.07 201.21 0.96 0.47
Hex 5 9B ED 62 23 0 7 C9 60 2F
Octal 5 233 355 142 43 0 7 311 140 57
Binary 101 10011011 11101101 1100010 100011 0 111 11001001 1100000 101111

Color Harmonies of #059BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059BED

Black with #059BED

Text Example


Text Example

White with #059BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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