Html Css Color HEX #0888EC Dodger Blue

📋 copy color: '#0888EC'

red 8 ◦ green 136 ◦ blue 236

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

Shades of Dodger Blue #0888EC

Tints of Dodger Blue #0888EC

RGB

 RED value IS 8 (3.52% from 255) = 2.11%

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

 BLUE value IS 236 (92.58% from 255) = 62.11%

R = 2.11%
G = 35.79%
B = 62.11%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0888EC (or 0x0888EC) is known color: Dodger Blue. HEX triplet: 08, 88 and EC. RGB value is (8,136,236). Sum of RGB (Red+Green+Blue) = 8+136+236=380 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #0888EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0888EC is #F77713. Grayscale: #6C6C6C. Windows color (decimal): -16217876 or 15501320. OLE color: 15501320.

HSL color Cylindrical-coordinate representation of color #0888EC: hue angle of 206.32º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0888EC is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 136 236 -
CMYK 0.97 0.42 0 0.07
HSL 206.32º 0.93% 0.48% -
HSV(B) 206.32º 0.97% 0.93% -
XYZ 24.04 23.72 82.67 -
YUV 109.13 199.59 55.87 -
System Red Green Blue C M Y K H S L
Decimal 8 136 236 0.97 0.42 0 0.07 206.32 0.93 0.48
Hex 8 88 EC 61 2A 0 7 CE 5D 30
Octal 10 210 354 141 52 0 7 316 135 60
Binary 1000 10001000 11101100 1100001 101010 0 111 11001110 1011101 110000

Color Harmonies of #0888EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0888EC

Black with #0888EC

Text Example


Text Example

White with #0888EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0888EC; }

 p { color: rgb(8,136,236); }

 H1.HeaderClassName
 {
   color: #0888EC;
 }
 .AnyTagClassName
 {
   color: #0888EC;
 }
</style>

background-color css

<style>
 a { background-color: #0888EC; }

 a { background-color: rgb(8,136,236); }

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

border-color css

<style>
 span { border-color: #0888EC; }

 span { border-color: rgb(8,136,236); }

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