#1278EE

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

Shades of Dodger Blue #1278EE

Tints of Dodger Blue #1278EE

Color information

#1278EE (or 0x1278EE) is unknown color: approx Dodger Blue. HEX triplet: 12, 78 and EE. RGB value is (18,120,238). Sum of RGB (Red+Green+Blue) = 18+120+238=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 238 (93.36% from 255 or 63.30% from 376); Max value from RGB is 238 - color contains mainly: blue. Hex color #1278EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1278EE is #ED8711. Grayscale: #666666. Windows color (decimal): -15566610 or 15628306. OLE color: 15628306.

HSL color Cylindrical-coordinate representation of color #1278EE: hue angle of 212.18º 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 #1278EE is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18120238-
CMYK0.920.5000.07
HSL212.18º86.61%50.2%-
HSV(B)212.18º92.44%93.33%-
XYZ22.419.7383.52-
YUV102.95204.2167.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.79%
GREEN value IS 120 (47.27% from 255) = 31.91%
BLUE value IS 238 (93.36% from 255) = 63.30%
R=4.79%
G=31.91%
B=63.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal181202380.920.5000.07212.1886.6150.2
Hex1278EE5C3207d45732
Octal22170356134620732412762
Binary1001011110001110111010111001100100111110101001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1278EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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