Html Css Color HEX #0588ED Dodger Blue

📋 copy color: '#0588ED'

red 5 ◦ green 136 ◦ blue 237

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

Shades of Dodger Blue #0588ED

Tints of Dodger Blue #0588ED

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.98%

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

R = 1.32%
G = 35.98%
B = 62.7%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0588ED (or 0x0588ED) is known color: Dodger Blue. HEX triplet: 05, 88 and ED. RGB value is (5,136,237). Sum of RGB (Red+Green+Blue) = 5+136+237=378 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #0588ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0588ED is #FA7712. Grayscale: #6B6B6B. Windows color (decimal): -16414483 or 15566853. OLE color: 15566853.

HSL color Cylindrical-coordinate representation of color #0588ED: hue angle of 206.12º 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 #0588ED is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 136 237 -
CMYK 0.98 0.43 0 0.07
HSL 206.12º 0.96% 0.47% -
HSV(B) 206.12º 0.98% 0.93% -
XYZ 24.15 23.76 83.43 -
YUV 108.35 200.6 54.29 -
System Red Green Blue C M Y K H S L
Decimal 5 136 237 0.98 0.43 0 0.07 206.12 0.96 0.47
Hex 5 88 ED 62 2B 0 7 CE 60 2F
Octal 5 210 355 142 53 0 7 316 140 57
Binary 101 10001000 11101101 1100010 101011 0 111 11001110 1100000 101111

Color Harmonies of #0588ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0588ED

Black with #0588ED

Text Example


Text Example

White with #0588ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0588ED; }

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

 H1.HeaderClassName
 {
   color: #0588ED;
 }
 .AnyTagClassName
 {
   color: #0588ED;
 }
</style>

background-color css

<style>
 a { background-color: #0588ED; }

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

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

border-color css

<style>
 span { border-color: #0588ED; }

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

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