#002EFD

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

Shades of Blue #002EFD

Tints of Blue #002EFD

Color information

#002EFD (or 0x002EFD) is unknown color: approx Blue. HEX triplet: 00, 2E and FD. RGB value is (0,46,253). Sum of RGB (Red+Green+Blue) = 0+46+253=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 253 (99.22% from 255 or 84.62% from 299); Max value from RGB is 253 - color contains mainly: blue. Hex color #002EFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002EFD is #FFD102. Grayscale: #363636. Windows color (decimal): -16765187 or 16592384. OLE color: 16592384.

HSL color Cylindrical-coordinate representation of color #002EFD: hue angle of 229.09º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002EFD is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB046253-
CMYK10.8200.01
HSL229.09º100%49.61%-
HSV(B)229.09º100%99.22%-
XYZ18.719.0593.69-
YUV55.84239.2688.17-

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.38%
BLUE value IS 253 (99.22% from 255) = 84.62%
R=0%
G=15.38%
B=84.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal04625310.8200.01229.0910049.61
Hex02EFD645201e56432
Octal0563751441220134514462
Binary0101110111111011100100101001001111001011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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