#0088EE

Color #0088EE Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0088EE

Tints of Dodger Blue #0088EE

Color information

#0088EE (or 0x0088EE) is unknown color: approx Dodger Blue. HEX triplet: 00, 88 and EE. RGB value is (0,136,238). Sum of RGB (Red+Green+Blue) = 0+136+238=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #0088EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0088EE is #FF7711. Grayscale: #6A6A6A. Windows color (decimal): -16742162 or 15632384. OLE color: 15632384.

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

Color convert

RGB0136238-
CMYK10.4300.07
HSL205.71º100%46.67%-
HSV(B)205.71º100%93.33%-
XYZ24.2423.7884.2-
YUV106.96201.9451.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 238 (93.36% from 255) = 63.64%
R=0%
G=36.36%
B=63.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal013623810.4300.07205.7110046.67
Hex088EE642B07ce642f
Octal0210356144530731614457
Binary0100010001110111011001001010110111110011101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0088EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0088EE;
 }
 .AnyTagClassName
 {
   color: #0088EE;
 }
</style>
background-color css

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

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

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

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

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

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