Html Css Color HEX #0088EC Dodger Blue

📋 copy color: '#0088EC'

red 0 ◦ green 136 ◦ blue 236

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

Shades of Dodger Blue #0088EC

Tints of Dodger Blue #0088EC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 36.56%
B = 63.44%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0088EC (or 0x0088EC) is known color: Dodger Blue. HEX triplet: 00, 88 and EC. RGB value is (0,136,236). Sum of RGB (Red+Green+Blue) = 0+136+236=372 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #0088EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0088EC is #FF7713. Grayscale: #6A6A6A. Windows color (decimal): -16742164 or 15501312. OLE color: 15501312.

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

Color convert

RGB 0 136 236 -
CMYK 1 0.42 0 0.07
HSL 205.42º 1% 0.46% -
HSV(B) 205.42º 1% 0.93% -
XYZ 23.94 23.66 82.66 -
YUV 106.74 200.94 51.87 -
System Red Green Blue C M Y K H S L
Decimal 0 136 236 1 0.42 0 0.07 205.42 1 0.46
Hex 0 88 EC 64 2A 0 7 CD 64 2E
Octal 0 210 354 144 52 0 7 315 144 56
Binary 0 10001000 11101100 1100100 101010 0 111 11001101 1100100 101110

Color Harmonies of #0088EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0088EC

Black with #0088EC

Text Example


Text Example

White with #0088EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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