Html Css Color HEX #040CFE Blue

📋 copy color: '#040CFE'

red 4 ◦ green 12 ◦ blue 254

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

Shades of Blue #040CFE

Tints of Blue #040CFE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.44%

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

R = 1.48%
G = 4.44%
B = 94.07%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#040CFE (or 0x040CFE) is known color: Blue. HEX triplet: 04, 0C and FE. RGB value is (4,12,254). Sum of RGB (Red+Green+Blue) = 4+12+254=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 254 (99.61% from 255 or 94.07% from 270); Max value from RGB is 254 - color contains mainly: blue. Hex color #040CFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040CFE is #FBF301. Grayscale: #242424. Windows color (decimal): -16511746 or 16649220. OLE color: 16649220.

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

Color convert

RGB 4 12 254 -
CMYK 0.98 0.95 0 0.00
HSL 238.08º 0.99% 0.51% -
HSV(B) 238.08º 0.98% 1% -
XYZ 18.07 7.44 94.25 -
YUV 37.2 250.35 104.32 -
System Red Green Blue C M Y K H S L
Decimal 4 12 254 0.98 0.95 0 0.00 238.08 0.99 0.51
Hex 4 C FE 62 5F 0 0 EE 63 33
Octal 4 14 376 142 137 0 0 356 143 63
Binary 100 1100 11111110 1100010 1011111 0 0 11101110 1100011 110011

Color Harmonies of #040CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040CFE

Black with #040CFE

Text Example


Text Example

White with #040CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040CFE; }

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

 H1.HeaderClassName
 {
   color: #040CFE;
 }
 .AnyTagClassName
 {
   color: #040CFE;
 }
</style>

background-color css

<style>
 a { background-color: #040CFE; }

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

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

border-color css

<style>
 span { border-color: #040CFE; }

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

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