Html Css Color HEX #0588EA Dodger Blue

📋 copy color: '#0588EA'

red 5 ◦ green 136 ◦ blue 234

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

Shades of Dodger Blue #0588EA

Tints of Dodger Blue #0588EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.4%

R = 1.33%
G = 36.27%
B = 62.4%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0588EA (or 0x0588EA) is known color: Dodger Blue. HEX triplet: 05, 88 and EA. RGB value is (5,136,234). Sum of RGB (Red+Green+Blue) = 5+136+234=375 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #0588EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0588EA is #FA7715. Grayscale: #6B6B6B. Windows color (decimal): -16414486 or 15370245. OLE color: 15370245.

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

Color convert

RGB 5 136 234 -
CMYK 0.98 0.42 0 0.08
HSL 205.68º 0.96% 0.47% -
HSV(B) 205.68º 0.98% 0.92% -
XYZ 23.72 23.58 81.14 -
YUV 108 199.1 54.53 -
System Red Green Blue C M Y K H S L
Decimal 5 136 234 0.98 0.42 0 0.08 205.68 0.96 0.47
Hex 5 88 EA 62 2A 0 8 CE 60 2F
Octal 5 210 352 142 52 0 10 316 140 57
Binary 101 10001000 11101010 1100010 101010 0 1000 11001110 1100000 101111

Color Harmonies of #0588EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0588EA

Black with #0588EA

Text Example


Text Example

White with #0588EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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