Html Css Color HEX #021ADE Medium Blue

📋 copy color: '#021ADE'

red 2 ◦ green 26 ◦ blue 222

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

Shades of Medium Blue #021ADE

Tints of Medium Blue #021ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 88.8%

R = 0.8%
G = 10.4%
B = 88.8%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#021ADE (or 0x021ADE) is known color: Medium Blue. HEX triplet: 02, 1A and DE. RGB value is (2,26,222). Sum of RGB (Red+Green+Blue) = 2+26+222=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 222 (87.11% from 255 or 88.8% from 250); Max value from RGB is 222 - color contains mainly: blue. Hex color #021ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021ADE is #FDE521. Grayscale: #282828. Windows color (decimal): -16639266 or 14555650. OLE color: 14555650.

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

Color convert

RGB 2 26 222 -
CMYK 0.99 0.88 0 0.13
HSL 233.45º 0.98% 0.44% -
HSV(B) 233.45º 0.99% 0.87% -
XYZ 13.58 6.03 69.55 -
YUV 41.17 230.05 100.06 -
System Red Green Blue C M Y K H S L
Decimal 2 26 222 0.99 0.88 0 0.13 233.45 0.98 0.44
Hex 2 1A DE 63 58 0 D E9 62 2C
Octal 2 32 336 143 130 0 15 351 142 54
Binary 10 11010 11011110 1100011 1011000 0 1101 11101001 1100010 101100

Color Harmonies of #021ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021ADE

Black with #021ADE

Text Example


Text Example

White with #021ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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