#002AED

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

Shades of Blue #002AED

Tints of Blue #002AED

Color information

#002AED (or 0x002AED) is unknown color: approx Blue. HEX triplet: 00, 2A and ED. RGB value is (0,42,237). Sum of RGB (Red+Green+Blue) = 0+42+237=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 237 (92.97% from 255 or 84.95% from 279); Max value from RGB is 237 - color contains mainly: blue. Hex color #002AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002AED is #FFD512. Grayscale: #323232. Windows color (decimal): -16766227 or 15542784. OLE color: 15542784.

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

Color convert

RGB042237-
CMYK10.8200.07
HSL229.37º100%46.47%-
HSV(B)229.37º100%92.94%-
XYZ16.117.7780.77-
YUV51.67232.5991.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 42 (16.80% from 255) = 15.05%
BLUE value IS 237 (92.97% from 255) = 84.95%
R=0%
G=15.05%
B=84.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal04223710.8200.07229.3710046.47
Hex02AED645207e5642e
Octal0523551441220734514456
Binary010101011101101110010010100100111111001011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,42,237); }

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

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

 a { background-color: rgb(0,42,237); }

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

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

 span { border-color: rgb(0,42,237); }

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