Html Css Color HEX #021ACE Medium Blue

📋 copy color: '#021ACE'

red 2 ◦ green 26 ◦ blue 206

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

Shades of Medium Blue #021ACE

Tints of Medium Blue #021ACE

RGB

 RED value IS 2 (1.17% from 255) = 0.85%

 GREEN value IS 26 (10.55% from 255) = 11.11%

 BLUE value IS 206 (80.86% from 255) = 88.03%

R = 0.85%
G = 11.11%
B = 88.03%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#021ACE (or 0x021ACE) is known color: Medium Blue. HEX triplet: 02, 1A and CE. RGB value is (2,26,206). Sum of RGB (Red+Green+Blue) = 2+26+206=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 206 (80.86% from 255 or 88.03% from 234); Max value from RGB is 206 - color contains mainly: blue. Hex color #021ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021ACE is #FDE531. Grayscale: #262626. Windows color (decimal): -16639282 or 13507074. OLE color: 13507074.

HSL color Cylindrical-coordinate representation of color #021ACE: hue angle of 232.94º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021ACE is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 26 206 -
CMYK 0.99 0.87 0 0.19
HSL 232.94º 0.98% 0.41% -
HSV(B) 232.94º 0.99% 0.81% -
XYZ 11.54 5.21 58.79 -
YUV 39.34 222.05 101.36 -
System Red Green Blue C M Y K H S L
Decimal 2 26 206 0.99 0.87 0 0.19 232.94 0.98 0.41
Hex 2 1A CE 63 57 0 13 E9 62 29
Octal 2 32 316 143 127 0 23 351 142 51
Binary 10 11010 11001110 1100011 1010111 0 10011 11101001 1100010 101001

Color Harmonies of #021ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021ACE

Black with #021ACE

Text Example


Text Example

White with #021ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021ACE; }

 p { color: rgb(2,26,206); }

 H1.HeaderClassName
 {
   color: #021ACE;
 }
 .AnyTagClassName
 {
   color: #021ACE;
 }
</style>

background-color css

<style>
 a { background-color: #021ACE; }

 a { background-color: rgb(2,26,206); }

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

border-color css

<style>
 span { border-color: #021ACE; }

 span { border-color: rgb(2,26,206); }

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