Html Css Color HEX #002EEC Blue

📋 copy color: '#002EEC'

red 0 ◦ green 46 ◦ blue 236

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

Shades of Blue #002EEC

Tints of Blue #002EEC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.31%

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

R = 0%
G = 16.31%
B = 83.69%

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

#002EEC (or 0x002EEC) is known color: Blue. HEX triplet: 00, 2E and EC. RGB value is (0,46,236). Sum of RGB (Red+Green+Blue) = 0+46+236=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 236 (92.58% from 255 or 83.69% from 282); Max value from RGB is 236 - color contains mainly: blue. Hex color #002EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002EEC is #FFD113. Grayscale: #353535. Windows color (decimal): -16765204 or 15478272. OLE color: 15478272.

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

Color convert

RGB 0 46 236 -
CMYK 1 0.81 0 0.07
HSL 228.31º 1% 0.46% -
HSV(B) 228.31º 1% 0.93% -
XYZ 16.12 8.01 80.05 -
YUV 53.91 230.76 89.55 -
System Red Green Blue C M Y K H S L
Decimal 0 46 236 1 0.81 0 0.07 228.31 1 0.46
Hex 0 2E EC 64 51 0 7 E4 64 2E
Octal 0 56 354 144 121 0 7 344 144 56
Binary 0 101110 11101100 1100100 1010001 0 111 11100100 1100100 101110

Color Harmonies of #002EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002EEC

Black with #002EEC

Text Example


Text Example

White with #002EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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