#1270EE

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

Shades of Dodger Blue #1270EE

Tints of Dodger Blue #1270EE

Color information

#1270EE (or 0x1270EE) is unknown color: approx Dodger Blue. HEX triplet: 12, 70 and EE. RGB value is (18,112,238). Sum of RGB (Red+Green+Blue) = 18+112+238=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 238 (93.36% from 255 or 64.67% from 368); Max value from RGB is 238 - color contains mainly: blue. Hex color #1270EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1270EE is #ED8F11. Grayscale: #616161. Windows color (decimal): -15568658 or 15626258. OLE color: 15626258.

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

Color convert

RGB18112238-
CMYK0.920.5300.07
HSL214.36º86.61%50.2%-
HSV(B)214.36º92.44%93.33%-
XYZ21.4817.8983.21-
YUV98.26206.8670.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.89%
GREEN value IS 112 (44.14% from 255) = 30.43%
BLUE value IS 238 (93.36% from 255) = 64.67%
R=4.89%
G=30.43%
B=64.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal181122380.920.5300.07214.3686.6150.2
Hex1270EE5C3507d65732
Octal22160356134650732612762
Binary1001011100001110111010111001101010111110101101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1270EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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