#1207EE

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

Shades of Blue #1207EE

Tints of Blue #1207EE

Color information

#1207EE (or 0x1207EE) is unknown color: approx Blue. HEX triplet: 12, 07 and EE. RGB value is (18,7,238). Sum of RGB (Red+Green+Blue) = 18+7+238=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 238 (93.36% from 255 or 90.49% from 263); Max value from RGB is 238 - color contains mainly: blue. Hex color #1207EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1207EE is #EDF811. Grayscale: #232323. Windows color (decimal): -15595538 or 15599378. OLE color: 15599378.

HSL color Cylindrical-coordinate representation of color #1207EE: hue angle of 242.86º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1207EE is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187238-
CMYK0.920.9700.07
HSL242.86º94.29%48.04%-
HSV(B)242.86º97.06%93.33%-
XYZ15.766.4581.3-
YUV36.62241.64114.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.84%
GREEN value IS 7 (3.12% from 255) = 2.66%
BLUE value IS 238 (93.36% from 255) = 90.49%
R=6.84%
G=2.66%
B=90.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872380.920.9700.07242.8694.2948.04
Hex127EE5C6107f35e30
Octal2273561341410736313660
Binary1001011111101110101110011000010111111100111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1207EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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