#040CF3

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

Shades of Blue #040CF3

Tints of Blue #040CF3

Color information

#040CF3 (or 0x040CF3) is unknown color: approx Blue. HEX triplet: 04, 0C and F3. RGB value is (4,12,243). Sum of RGB (Red+Green+Blue) = 4+12+243=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 243 (95.31% from 255 or 93.82% from 259); Max value from RGB is 243 - color contains mainly: blue. Hex color #040CF3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040CF3 is #FBF30C. Grayscale: #232323. Windows color (decimal): -16511757 or 15928324. OLE color: 15928324.

HSL color Cylindrical-coordinate representation of color #040CF3: hue angle of 237.99º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040CF3 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB412243-
CMYK0.980.9500.05
HSL237.99º96.76%48.43%-
HSV(B)237.99º98.35%95.29%-
XYZ16.366.7685.24-
YUV35.94244.85105.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.54%
GREEN value IS 12 (5.08% from 255) = 4.63%
BLUE value IS 243 (95.31% from 255) = 93.82%
R=1.54%
G=4.63%
B=93.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal4122430.980.9500.05237.9996.7648.43
Hex4CF3625F05ee6130
Octal4143631421370535614160
Binary100110011110011110001010111110101111011101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #040CF3;
 }
 .AnyTagClassName
 {
   color: #040CF3;
 }
</style>
background-color css

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

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

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

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

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

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