Html Css Color HEX #0121FC Blue

📋 copy color: '#0121FC'

red 1 ◦ green 33 ◦ blue 252

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

Shades of Blue #0121FC

Tints of Blue #0121FC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.54%

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

R = 0.35%
G = 11.54%
B = 88.11%

CMYK

 C value IS 1.00

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0121FC (or 0x0121FC) is known color: Blue. HEX triplet: 01, 21 and FC. RGB value is (1,33,252). Sum of RGB (Red+Green+Blue) = 1+33+252=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 252 (98.83% from 255 or 88.11% from 286); Max value from RGB is 252 - color contains mainly: blue. Hex color #0121FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0121FC is #FEDE03. Grayscale: #2F2F2F. Windows color (decimal): -16702980 or 16523521. OLE color: 16523521.

HSL color Cylindrical-coordinate representation of color #0121FC: hue angle of 232.35º 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 #0121FC is Cyan = 1.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 33 252 -
CMYK 1.00 0.87 0 0.01
HSL 232.35º 0.99% 0.5% -
HSV(B) 232.35º 1% 0.99% -
XYZ 18.13 8.12 92.71 -
YUV 48.4 242.9 94.19 -
System Red Green Blue C M Y K H S L
Decimal 1 33 252 1.00 0.87 0 0.01 232.35 0.99 0.5
Hex 1 21 FC 64 57 0 1 E8 63 32
Octal 1 41 374 144 127 0 1 350 143 62
Binary 1 100001 11111100 1100100 1010111 0 1 11101000 1100011 110010

Color Harmonies of #0121FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0121FC

Black with #0121FC

Text Example


Text Example

White with #0121FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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