#040CFE

Color #040CFE Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #040CFE

Tints of Blue #040CFE

Color information

#040CFE (or 0x040CFE) is unknown color: approx 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

RGB412254-
CMYK0.980.9500.00
HSL238.08º99.21%50.59%-
HSV(B)238.08º98.43%99.61%-
XYZ18.077.4494.25-
YUV37.2250.35104.32-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal4122540.980.9500.00238.0899.2150.59
Hex4CFE625F00ee6333
Octal4143761421370035614363
Binary1001100111111101100010101111100111011101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>