Html Css Color HEX #1220EF Blue

📋 copy color: '#1220EF'

red 18 ◦ green 32 ◦ blue 239

#1220EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #1220EF

Tints of Blue #1220EF

RGB

 RED value IS 18 (7.42% from 255) = 6.23%

 GREEN value IS 32 (12.89% from 255) = 11.07%

 BLUE value IS 239 (93.75% from 255) = 82.7%

R = 6.23%
G = 11.07%
B = 82.7%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1220EF (or 0x1220EF) is known color: Blue. HEX triplet: 12, 20 and EF. RGB value is (18,32,239). Sum of RGB (Red+Green+Blue) = 18+32+239=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 239 (93.75% from 255 or 82.70% from 289); Max value from RGB is 239 - color contains mainly: blue. Hex color #1220EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1220EF is #EDDF10. Grayscale: #323232. Windows color (decimal): -15589137 or 15671314. OLE color: 15671314.

HSL color Cylindrical-coordinate representation of color #1220EF: hue angle of 236.2º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1220EF is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 32 239 -
CMYK 0.92 0.87 0 0.06
HSL 236.2º 0.87% 0.5% -
HSV(B) 236.2º 0.92% 0.94% -
XYZ 16.35 7.39 82.23 -
YUV 51.41 233.86 104.17 -
System Red Green Blue C M Y K H S L
Decimal 18 32 239 0.92 0.87 0 0.06 236.2 0.87 0.5
Hex 12 20 EF 5C 57 0 6 EC 57 32
Octal 22 40 357 134 127 0 6 354 127 62
Binary 10010 100000 11101111 1011100 1010111 0 110 11101100 1010111 110010

Color Harmonies of #1220EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1220EF

Black with #1220EF

Text Example


Text Example

White with #1220EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1220EF; }

 p { color: rgb(18,32,239); }

 H1.HeaderClassName
 {
   color: #1220EF;
 }
 .AnyTagClassName
 {
   color: #1220EF;
 }
</style>

background-color css

<style>
 a { background-color: #1220EF; }

 a { background-color: rgb(18,32,239); }

 div.DivClassName
 {
   background-color: #1220EF;
 }
 .BgClassName
 {
   background-color: #1220EF;
 }
</style>

border-color css

<style>
 span { border-color: #1220EF; }

 span { border-color: rgb(18,32,239); }

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