#1294EE

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

Shades of Dodger Blue #1294EE

Tints of Dodger Blue #1294EE

Color information

#1294EE (or 0x1294EE) is unknown color: approx Dodger Blue. HEX triplet: 12, 94 and EE. RGB value is (18,148,238). Sum of RGB (Red+Green+Blue) = 18+148+238=404 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.46% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #1294EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1294EE is #ED6B11. Grayscale: #767676. Windows color (decimal): -15559442 or 15635474. OLE color: 15635474.

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

Color convert

RGB18148238-
CMYK0.920.3800.07
HSL204.55º86.61%50.2%-
HSV(B)204.55º92.44%93.33%-
XYZ26.2727.4884.81-
YUV119.39194.9355.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.46%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 238 (93.36% from 255) = 58.91%
R=4.46%
G=36.63%
B=58.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal181482380.920.3800.07204.5586.6150.2
Hex1294EE5C2607cd5732
Octal22224356134460731512762
Binary10010100101001110111010111001001100111110011011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1294EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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