Html Css Color HEX #1220F7 Blue

📋 copy color: '#1220F7'

red 18 ◦ green 32 ◦ blue 247

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

Shades of Blue #1220F7

Tints of Blue #1220F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 83.16%

R = 6.06%
G = 10.77%
B = 83.16%

CMYK

 C value IS 0.93

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1220F7 (or 0x1220F7) is known color: Blue. HEX triplet: 12, 20 and F7. RGB value is (18,32,247). Sum of RGB (Red+Green+Blue) = 18+32+247=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 247 (96.88% from 255 or 83.16% from 297); Max value from RGB is 247 - color contains mainly: blue. Hex color #1220F7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1220F7 is #EDDF08. Grayscale: #333333. Windows color (decimal): -15589129 or 16195602. OLE color: 16195602.

HSL color Cylindrical-coordinate representation of color #1220F7: hue angle of 236.33º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1220F7 is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 32 247 -
CMYK 0.93 0.87 0 0.03
HSL 236.33º 0.93% 0.52% -
HSV(B) 236.33º 0.93% 0.97% -
XYZ 17.55 7.88 88.59 -
YUV 52.32 237.86 103.52 -
System Red Green Blue C M Y K H S L
Decimal 18 32 247 0.93 0.87 0 0.03 236.33 0.93 0.52
Hex 12 20 F7 5D 57 0 3 EC 5D 34
Octal 22 40 367 135 127 0 3 354 135 64
Binary 10010 100000 11110111 1011101 1010111 0 11 11101100 1011101 110100

Color Harmonies of #1220F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1220F7

Black with #1220F7

Text Example


Text Example

White with #1220F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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