Html Css Color HEX #1201F0 Blue

📋 copy color: '#1201F0'

red 18 ◦ green 1 ◦ blue 240

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

Shades of Blue #1201F0

Tints of Blue #1201F0

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 240 (94.14% from 255) = 92.66%

R = 6.95%
G = 0.39%
B = 92.66%

CMYK

 C value IS 0.92

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1201F0 (or 0x1201F0) is known color: Blue. HEX triplet: 12, 01 and F0. RGB value is (18,1,240). Sum of RGB (Red+Green+Blue) = 18+1+240=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 240 (94.14% from 255 or 92.66% from 259); Max value from RGB is 240 - color contains mainly: blue. Hex color #1201F0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1201F0 is #EDFE0F. Grayscale: #202020. Windows color (decimal): -15597072 or 15728914. OLE color: 15728914.

HSL color Cylindrical-coordinate representation of color #1201F0: hue angle of 244.27º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1201F0 is Cyan = 0.92, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 1 240 -
CMYK 0.92 1.00 0 0.06
HSL 244.27º 0.99% 0.47% -
HSV(B) 244.27º 1% 0.94% -
XYZ 15.99 6.44 82.84 -
YUV 33.33 244.63 117.07 -
System Red Green Blue C M Y K H S L
Decimal 18 1 240 0.92 1.00 0 0.06 244.27 0.99 0.47
Hex 12 1 F0 5C 64 0 6 F4 63 2F
Octal 22 1 360 134 144 0 6 364 143 57
Binary 10010 1 11110000 1011100 1100100 0 110 11110100 1100011 101111

Color Harmonies of #1201F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1201F0

Black with #1201F0

Text Example


Text Example

White with #1201F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1201F0; }

 p { color: rgb(18,1,240); }

 H1.HeaderClassName
 {
   color: #1201F0;
 }
 .AnyTagClassName
 {
   color: #1201F0;
 }
</style>

background-color css

<style>
 a { background-color: #1201F0; }

 a { background-color: rgb(18,1,240); }

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

border-color css

<style>
 span { border-color: #1201F0; }

 span { border-color: rgb(18,1,240); }

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