#1278EB

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

Shades of Dodger Blue #1278EB

Tints of Dodger Blue #1278EB

Color information

#1278EB (or 0x1278EB) is unknown color: approx Dodger Blue. HEX triplet: 12, 78 and EB. RGB value is (18,120,235). Sum of RGB (Red+Green+Blue) = 18+120+235=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #1278EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1278EB is #ED8714. Grayscale: #666666. Windows color (decimal): -15566613 or 15431698. OLE color: 15431698.

HSL color Cylindrical-coordinate representation of color #1278EB: hue angle of 211.8º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1278EB is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18120235-
CMYK0.920.4900.08
HSL211.8º85.77%49.61%-
HSV(B)211.8º92.34%92.16%-
XYZ21.9619.5681.22-
YUV102.61202.7167.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.83%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 235 (92.19% from 255) = 63.00%
R=4.83%
G=32.17%
B=63.00%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal181202350.920.4900.08211.885.7749.61
Hex1278EB5C3108d45632
Octal221703531346101032412662
Binary10010111100011101011101110011000101000110101001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1278EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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