#1288EE

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

Shades of Dodger Blue #1288EE

Tints of Dodger Blue #1288EE

Color information

#1288EE (or 0x1288EE) is unknown color: approx Dodger Blue. HEX triplet: 12, 88 and EE. RGB value is (18,136,238). Sum of RGB (Red+Green+Blue) = 18+136+238=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #1288EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1288EE is #ED7711. Grayscale: #6F6F6F. Windows color (decimal): -15562514 or 15632402. OLE color: 15632402.

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

Color convert

RGB18136238-
CMYK0.920.4300.07
HSL207.82º86.61%50.2%-
HSV(B)207.82º92.44%93.33%-
XYZ24.4923.9184.21-
YUV112.35198.9160.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.59%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 238 (93.36% from 255) = 60.71%
R=4.59%
G=34.69%
B=60.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal181362380.920.4300.07207.8286.6150.2
Hex1288EE5C2B07d05732
Octal22210356134530732012762
Binary10010100010001110111010111001010110111110100001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1288EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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