Html Css Color HEX #0401FE Blue

📋 copy color: '#0401FE'

red 4 ◦ green 1 ◦ blue 254

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

Shades of Blue #0401FE

Tints of Blue #0401FE

RGB

 RED value IS 4 (1.95% from 255) = 1.54%

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

 BLUE value IS 254 (99.61% from 255) = 98.07%

R = 1.54%
G = 0.39%
B = 98.07%

CMYK

 C value IS 0.98

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0401FE (or 0x0401FE) is known color: Blue. HEX triplet: 04, 01 and FE. RGB value is (4,1,254). Sum of RGB (Red+Green+Blue) = 4+1+254=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 254 (99.61% from 255 or 98.07% from 259); Max value from RGB is 254 - color contains mainly: blue. Hex color #0401FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0401FE is #FBFE01. Grayscale: #1D1D1D. Windows color (decimal): -16514562 or 16646404. OLE color: 16646404.

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

Color convert

RGB 4 1 254 -
CMYK 0.98 1.00 0 0.00
HSL 240.71º 0.99% 0.5% -
HSV(B) 240.71º 1% 1% -
XYZ 17.95 7.2 94.21 -
YUV 30.74 253.99 108.93 -
System Red Green Blue C M Y K H S L
Decimal 4 1 254 0.98 1.00 0 0.00 240.71 0.99 0.5
Hex 4 1 FE 62 64 0 0 F1 63 32
Octal 4 1 376 142 144 0 0 361 143 62
Binary 100 1 11111110 1100010 1100100 0 0 11110001 1100011 110010

Color Harmonies of #0401FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0401FE

Black with #0401FE

Text Example


Text Example

White with #0401FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0401FE; }

 p { color: rgb(4,1,254); }

 H1.HeaderClassName
 {
   color: #0401FE;
 }
 .AnyTagClassName
 {
   color: #0401FE;
 }
</style>

background-color css

<style>
 a { background-color: #0401FE; }

 a { background-color: rgb(4,1,254); }

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

border-color css

<style>
 span { border-color: #0401FE; }

 span { border-color: rgb(4,1,254); }

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