Html Css Color HEX #0100FC Blue

📋 copy color: '#0100FC'

red 1 ◦ green 0 ◦ blue 252

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

Shades of Blue #0100FC

Tints of Blue #0100FC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 0.4%
G = 0%
B = 99.6%

CMYK

 C value IS 1.00

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0100FC (or 0x0100FC) is known color: Blue. HEX triplet: 01, 00 and FC. RGB value is (1,0,252). Sum of RGB (Red+Green+Blue) = 1+0+252=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 252 (98.83% from 255 or 99.60% from 253); Max value from RGB is 252 - color contains mainly: blue. Hex color #0100FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0100FC is #FEFF03. Grayscale: #1C1C1C. Windows color (decimal): -16711428 or 16515073. OLE color: 16515073.

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

Color convert

RGB 1 0 252 -
CMYK 1.00 1 0 0.01
HSL 240.24º 1% 0.49% -
HSV(B) 240.24º 1% 0.99% -
XYZ 17.58 7.03 92.53 -
YUV 29.03 253.83 108.01 -
System Red Green Blue C M Y K H S L
Decimal 1 0 252 1.00 1 0 0.01 240.24 1 0.49
Hex 1 0 FC 64 64 0 1 F0 64 31
Octal 1 0 374 144 144 0 1 360 144 61
Binary 1 0 11111100 1100100 1100100 0 1 11110000 1100100 110001

Color Harmonies of #0100FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0100FC

Black with #0100FC

Text Example


Text Example

White with #0100FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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