#002CED

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

Shades of Blue #002CED

Tints of Blue #002CED

Color information

#002CED (or 0x002CED) is unknown color: approx Blue. HEX triplet: 00, 2C and ED. RGB value is (0,44,237). Sum of RGB (Red+Green+Blue) = 0+44+237=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 237 (92.97% from 255 or 84.34% from 281); Max value from RGB is 237 - color contains mainly: blue. Hex color #002CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002CED is #FFD312. Grayscale: #343434. Windows color (decimal): -16765715 or 15543296. OLE color: 15543296.

HSL color Cylindrical-coordinate representation of color #002CED: hue angle of 228.86º 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 #002CED is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB044237-
CMYK10.8100.07
HSL228.86º100%46.47%-
HSV(B)228.86º100%92.94%-
XYZ16.197.9280.8-
YUV52.85231.9290.31-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 44 (17.58% from 255) = 15.66%
BLUE value IS 237 (92.97% from 255) = 84.34%
R=0%
G=15.66%
B=84.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal04423710.8100.07228.8610046.47
Hex02CED645107e5642e
Octal0543551441210734514456
Binary010110011101101110010010100010111111001011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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