#002EF4

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

Shades of Blue #002EF4

Tints of Blue #002EF4

Color information

#002EF4 (or 0x002EF4) is unknown color: approx Blue. HEX triplet: 00, 2E and F4. RGB value is (0,46,244). Sum of RGB (Red+Green+Blue) = 0+46+244=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 244 (95.70% from 255 or 84.14% from 290); Max value from RGB is 244 - color contains mainly: blue. Hex color #002EF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002EF4 is #FFD10B. Grayscale: #353535. Windows color (decimal): -16765196 or 16002560. OLE color: 16002560.

HSL color Cylindrical-coordinate representation of color #002EF4: hue angle of 228.69º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002EF4 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB046244-
CMYK10.8100.04
HSL228.69º100%47.84%-
HSV(B)228.69º100%95.69%-
XYZ17.318.4986.31-
YUV54.82234.7688.9-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 46 (18.36% from 255) = 15.86%
BLUE value IS 244 (95.70% from 255) = 84.14%
R=0%
G=15.86%
B=84.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal04624410.8100.04228.6910047.84
Hex02EF4645104e56430
Octal0563641441210434514460
Binary010111011110100110010010100010100111001011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002EF4; }

 p { color: rgb(0,46,244); }

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

<style>
 a { background-color: #002EF4; }

 a { background-color: rgb(0,46,244); }

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

<style>
 span { border-color: #002EF4; }

 span { border-color: rgb(0,46,244); }

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