#1298EE

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

Shades of Dodger Blue #1298EE

Tints of Dodger Blue #1298EE

Color information

#1298EE (or 0x1298EE) is unknown color: approx Dodger Blue. HEX triplet: 12, 98 and EE. RGB value is (18,152,238). Sum of RGB (Red+Green+Blue) = 18+152+238=408 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.41% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 238 (93.36% from 255 or 58.33% from 408); Max value from RGB is 238 - color contains mainly: blue. Hex color #1298EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1298EE is #ED6711. Grayscale: #797979. Windows color (decimal): -15558418 or 15636498. OLE color: 15636498.

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

Color convert

RGB18152238-
CMYK0.920.3600.07
HSL203.45º86.61%50.2%-
HSV(B)203.45º92.44%93.33%-
XYZ26.9128.7685.02-
YUV121.74193.6154.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.41%
GREEN value IS 152 (59.77% from 255) = 37.25%
BLUE value IS 238 (93.36% from 255) = 58.33%
R=4.41%
G=37.25%
B=58.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal181522380.920.3600.07203.4586.6150.2
Hex1298EE5C2407cb5732
Octal22230356134440731312762
Binary10010100110001110111010111001001000111110010111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1298EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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