Html Css Color HEX #1201FC Blue

📋 copy color: '#1201FC'

red 18 ◦ green 1 ◦ blue 252

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

Shades of Blue #1201FC

Tints of Blue #1201FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 92.99%

R = 6.64%
G = 0.37%
B = 92.99%

CMYK

 C value IS 0.93

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1201FC (or 0x1201FC) is known color: Blue. HEX triplet: 12, 01 and FC. RGB value is (18,1,252). Sum of RGB (Red+Green+Blue) = 18+1+252=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 252 (98.83% from 255 or 92.99% from 271); Max value from RGB is 252 - color contains mainly: blue. Hex color #1201FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1201FC is #EDFE03. Grayscale: #212121. Windows color (decimal): -15597060 or 16515346. OLE color: 16515346.

HSL color Cylindrical-coordinate representation of color #1201FC: hue angle of 244.06º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1201FC is Cyan = 0.93, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 1 252 -
CMYK 0.93 1.00 0 0.01
HSL 244.06º 0.99% 0.5% -
HSV(B) 244.06º 1% 0.99% -
XYZ 17.83 7.18 92.54 -
YUV 34.7 250.63 116.09 -
System Red Green Blue C M Y K H S L
Decimal 18 1 252 0.93 1.00 0 0.01 244.06 0.99 0.5
Hex 12 1 FC 5D 64 0 1 F4 63 32
Octal 22 1 374 135 144 0 1 364 143 62
Binary 10010 1 11111100 1011101 1100100 0 1 11110100 1100011 110010

Color Harmonies of #1201FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1201FC

Black with #1201FC

Text Example


Text Example

White with #1201FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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