Html Css Color HEX #0400FE Blue

📋 copy color: '#0400FE'

red 4 ◦ green 0 ◦ blue 254

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

Shades of Blue #0400FE

Tints of Blue #0400FE

RGB

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

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

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

R = 1.55%
G = 0%
B = 98.45%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0400FE (or 0x0400FE) is known color: Blue. HEX triplet: 04, 00 and FE. RGB value is (4,0,254). Sum of RGB (Red+Green+Blue) = 4+0+254=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 254 (99.61% from 255 or 98.45% from 258); Max value from RGB is 254 - color contains mainly: blue. Hex color #0400FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0400FE is #FBFF01. Grayscale: #1D1D1D. Windows color (decimal): -16514818 or 16646148. OLE color: 16646148.

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

Color convert

RGB 4 0 254 -
CMYK 0.98 1 0 0.00
HSL 240.94º 1% 0.5% -
HSV(B) 240.94º 1% 1% -
XYZ 17.94 7.18 94.21 -
YUV 30.15 254.33 109.35 -
System Red Green Blue C M Y K H S L
Decimal 4 0 254 0.98 1 0 0.00 240.94 1 0.5
Hex 4 0 FE 62 64 0 0 F1 64 32
Octal 4 0 376 142 144 0 0 361 144 62
Binary 100 0 11111110 1100010 1100100 0 0 11110001 1100100 110010

Color Harmonies of #0400FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0400FE

Black with #0400FE

Text Example


Text Example

White with #0400FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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