Html Css Color HEX #021ACB Medium Blue

📋 copy color: '#021ACB'

red 2 ◦ green 26 ◦ blue 203

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

Shades of Medium Blue #021ACB

Tints of Medium Blue #021ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 87.88%

R = 0.87%
G = 11.26%
B = 87.88%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#021ACB (or 0x021ACB) is known color: Medium Blue. HEX triplet: 02, 1A and CB. RGB value is (2,26,203). Sum of RGB (Red+Green+Blue) = 2+26+203=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 203 (79.69% from 255 or 87.88% from 231); Max value from RGB is 203 - color contains mainly: blue. Hex color #021ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021ACB is #FDE534. Grayscale: #262626. Windows color (decimal): -16639285 or 13310466. OLE color: 13310466.

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

Color convert

RGB 2 26 203 -
CMYK 0.99 0.87 0 0.20
HSL 232.84º 0.98% 0.4% -
HSV(B) 232.84º 0.99% 0.8% -
XYZ 11.17 5.06 56.89 -
YUV 39 220.55 101.61 -
System Red Green Blue C M Y K H S L
Decimal 2 26 203 0.99 0.87 0 0.20 232.84 0.98 0.4
Hex 2 1A CB 63 57 0 14 E9 62 28
Octal 2 32 313 143 127 0 24 351 142 50
Binary 10 11010 11001011 1100011 1010111 0 10100 11101001 1100010 101000

Color Harmonies of #021ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021ACB

Black with #021ACB

Text Example


Text Example

White with #021ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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