Html Css Color HEX #0120F1 Blue

📋 copy color: '#0120F1'

red 1 ◦ green 32 ◦ blue 241

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

Shades of Blue #0120F1

Tints of Blue #0120F1

RGB

 RED value IS 1 (0.78% from 255) = 0.36%

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

 BLUE value IS 241 (94.53% from 255) = 87.96%

R = 0.36%
G = 11.68%
B = 87.96%

CMYK

 C value IS 1.00

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0120F1 (or 0x0120F1) is known color: Blue. HEX triplet: 01, 20 and F1. RGB value is (1,32,241). Sum of RGB (Red+Green+Blue) = 1+32+241=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 241 (94.53% from 255 or 87.96% from 274); Max value from RGB is 241 - color contains mainly: blue. Hex color #0120F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0120F1 is #FEDF0E. Grayscale: #2D2D2D. Windows color (decimal): -16703247 or 15802369. OLE color: 15802369.

HSL color Cylindrical-coordinate representation of color #0120F1: hue angle of 232.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0120F1 is Cyan = 1.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 32 241 -
CMYK 1.00 0.87 0 0.05
HSL 232.25º 0.99% 0.47% -
HSV(B) 232.25º 1% 0.95% -
XYZ 16.41 7.39 83.78 -
YUV 46.56 237.73 95.51 -
System Red Green Blue C M Y K H S L
Decimal 1 32 241 1.00 0.87 0 0.05 232.25 0.99 0.47
Hex 1 20 F1 64 57 0 5 E8 63 2F
Octal 1 40 361 144 127 0 5 350 143 57
Binary 1 100000 11110001 1100100 1010111 0 101 11101000 1100011 101111

Color Harmonies of #0120F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0120F1

Black with #0120F1

Text Example


Text Example

White with #0120F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0120F1; }

 p { color: rgb(1,32,241); }

 H1.HeaderClassName
 {
   color: #0120F1;
 }
 .AnyTagClassName
 {
   color: #0120F1;
 }
</style>

background-color css

<style>
 a { background-color: #0120F1; }

 a { background-color: rgb(1,32,241); }

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

border-color css

<style>
 span { border-color: #0120F1; }

 span { border-color: rgb(1,32,241); }

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