Html Css Color HEX #002CEB Blue

📋 copy color: '#002CEB'

red 0 ◦ green 44 ◦ blue 235

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

Shades of Blue #002CEB

Tints of Blue #002CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 84.23%

R = 0%
G = 15.77%
B = 84.23%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#002CEB (or 0x002CEB) is known color: Blue. HEX triplet: 00, 2C and EB. RGB value is (0,44,235). Sum of RGB (Red+Green+Blue) = 0+44+235=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 235 (92.19% from 255 or 84.23% from 279); Max value from RGB is 235 - color contains mainly: blue. Hex color #002CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002CEB is #FFD314. Grayscale: #333333. Windows color (decimal): -16765717 or 15412224. OLE color: 15412224.

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

Color convert

RGB 0 44 235 -
CMYK 1 0.81 0 0.08
HSL 228.77º 1% 0.46% -
HSV(B) 228.77º 1% 0.92% -
XYZ 15.9 7.8 79.26 -
YUV 52.62 230.92 90.47 -
System Red Green Blue C M Y K H S L
Decimal 0 44 235 1 0.81 0 0.08 228.77 1 0.46
Hex 0 2C EB 64 51 0 8 E5 64 2E
Octal 0 54 353 144 121 0 10 345 144 56
Binary 0 101100 11101011 1100100 1010001 0 1000 11100101 1100100 101110

Color Harmonies of #002CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002CEB

Black with #002CEB

Text Example


Text Example

White with #002CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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