#1290E6

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

Shades of Dodger Blue #1290E6

Tints of Dodger Blue #1290E6

Color information

#1290E6 (or 0x1290E6) is unknown color: approx Dodger Blue. HEX triplet: 12, 90 and E6. RGB value is (18,144,230). Sum of RGB (Red+Green+Blue) = 18+144+230=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 230 (90.23% from 255 or 58.67% from 392); Max value from RGB is 230 - color contains mainly: blue. Hex color #1290E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1290E6 is #ED6F19. Grayscale: #737373. Windows color (decimal): -15560474 or 15110162. OLE color: 15110162.

HSL color Cylindrical-coordinate representation of color #1290E6: hue angle of 204.34º 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 #1290E6 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18144230-
CMYK0.920.3700.10
HSL204.34º85.48%48.63%-
HSV(B)204.34º92.17%90.2%-
XYZ24.5125.7978.55-
YUV116.13192.2658.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.59%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 230 (90.23% from 255) = 58.67%
R=4.59%
G=36.73%
B=58.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal181442300.920.3700.10204.3485.4848.63
Hex1290E65C250Acc5531
Octal222203461344501231412561
Binary100101001000011100110101110010010101010110011001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1290E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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