Html Css Color HEX #002CEC Blue

📋 copy color: '#002CEC'

red 0 ◦ green 44 ◦ blue 236

#002CEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #002CEC

Tints of Blue #002CEC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 44 (17.58% from 255) = 15.71%

 BLUE value IS 236 (92.58% from 255) = 84.29%

R = 0%
G = 15.71%
B = 84.29%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#002CEC (or 0x002CEC) is known color: Blue. HEX triplet: 00, 2C and EC. RGB value is (0,44,236). Sum of RGB (Red+Green+Blue) = 0+44+236=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 236 (92.58% from 255 or 84.29% from 280); Max value from RGB is 236 - color contains mainly: blue. Hex color #002CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002CEC is #FFD313. Grayscale: #333333. Windows color (decimal): -16765716 or 15477760. OLE color: 15477760.

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

Color convert

RGB 0 44 236 -
CMYK 1 0.81 0 0.07
HSL 228.81º 1% 0.46% -
HSV(B) 228.81º 1% 0.93% -
XYZ 16.04 7.86 80.03 -
YUV 52.73 231.42 90.39 -
System Red Green Blue C M Y K H S L
Decimal 0 44 236 1 0.81 0 0.07 228.81 1 0.46
Hex 0 2C EC 64 51 0 7 E5 64 2E
Octal 0 54 354 144 121 0 7 345 144 56
Binary 0 101100 11101100 1100100 1010001 0 111 11100101 1100100 101110

Color Harmonies of #002CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002CEC

Black with #002CEC

Text Example


Text Example

White with #002CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #002CEC;
 }
 .AnyTagClassName
 {
   color: #002CEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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