#1279E6

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

Shades of Dodger Blue #1279E6

Tints of Dodger Blue #1279E6

Color information

#1279E6 (or 0x1279E6) is unknown color: approx Dodger Blue. HEX triplet: 12, 79 and E6. RGB value is (18,121,230). Sum of RGB (Red+Green+Blue) = 18+121+230=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 230 (90.23% from 255 or 62.33% from 369); Max value from RGB is 230 - color contains mainly: blue. Hex color #1279E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1279E6 is #ED8619. Grayscale: #666666. Windows color (decimal): -15566362 or 15104274. OLE color: 15104274.

HSL color Cylindrical-coordinate representation of color #1279E6: hue angle of 210.85º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1279E6 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18121230-
CMYK0.920.4700.10
HSL210.85º85.48%48.63%-
HSV(B)210.85º92.17%90.2%-
XYZ21.3719.5277.5-
YUV102.63199.8867.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.88%
GREEN value IS 121 (47.66% from 255) = 32.79%
BLUE value IS 230 (90.23% from 255) = 62.33%
R=4.88%
G=32.79%
B=62.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal181212300.920.4700.10210.8585.4848.63
Hex1279E65C2F0Ad35531
Octal221713461345701232312561
Binary10010111100111100110101110010111101010110100111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1279E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1279E6; }

 p { color: rgb(18,121,230); }

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

<style>
 a { background-color: #1279E6; }

 a { background-color: rgb(18,121,230); }

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

<style>
 span { border-color: #1279E6; }

 span { border-color: rgb(18,121,230); }

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