Html Css Color HEX #021ABE Medium Blue

📋 copy color: '#021ABE'

red 2 ◦ green 26 ◦ blue 190

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

Shades of Medium Blue #021ABE

Tints of Medium Blue #021ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 87.16%

R = 0.92%
G = 11.93%
B = 87.16%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#021ABE (or 0x021ABE) is known color: Medium Blue. HEX triplet: 02, 1A and BE. RGB value is (2,26,190). Sum of RGB (Red+Green+Blue) = 2+26+190=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 190 (74.61% from 255 or 87.16% from 218); Max value from RGB is 190 - color contains mainly: blue. Hex color #021ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021ABE is #FDE541. Grayscale: #242424. Windows color (decimal): -16639298 or 12458498. OLE color: 12458498.

HSL color Cylindrical-coordinate representation of color #021ABE: hue angle of 232.34º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021ABE is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 26 190 -
CMYK 0.99 0.86 0 0.25
HSL 232.34º 0.98% 0.38% -
HSV(B) 232.34º 0.99% 0.75% -
XYZ 9.69 4.47 49.07 -
YUV 37.52 214.05 102.66 -
System Red Green Blue C M Y K H S L
Decimal 2 26 190 0.99 0.86 0 0.25 232.34 0.98 0.38
Hex 2 1A BE 63 56 0 19 E8 62 26
Octal 2 32 276 143 126 0 31 350 142 46
Binary 10 11010 10111110 1100011 1010110 0 11001 11101000 1100010 100110

Color Harmonies of #021ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021ABE

Black with #021ABE

Text Example


Text Example

White with #021ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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