Html Css Color HEX #021CC8 Medium Blue

📋 copy color: '#021CC8'

red 2 ◦ green 28 ◦ blue 200

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

Shades of Medium Blue #021CC8

Tints of Medium Blue #021CC8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.17%

 BLUE value IS 200 (78.52% from 255) = 86.96%

R = 0.87%
G = 12.17%
B = 86.96%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#021CC8 (or 0x021CC8) is known color: Medium Blue. HEX triplet: 02, 1C and C8. RGB value is (2,28,200). Sum of RGB (Red+Green+Blue) = 2+28+200=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 200 (78.52% from 255 or 86.96% from 230); Max value from RGB is 200 - color contains mainly: blue. Hex color #021CC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021CC8 is #FDE337. Grayscale: #272727. Windows color (decimal): -16638776 or 13114370. OLE color: 13114370.

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

Color convert

RGB 2 28 200 -
CMYK 0.99 0.86 0 0.22
HSL 232.12º 0.98% 0.4% -
HSV(B) 232.12º 0.99% 0.78% -
XYZ 10.87 5.01 55.04 -
YUV 39.83 218.39 101.01 -
System Red Green Blue C M Y K H S L
Decimal 2 28 200 0.99 0.86 0 0.22 232.12 0.98 0.4
Hex 2 1C C8 63 56 0 16 E8 62 28
Octal 2 34 310 143 126 0 26 350 142 50
Binary 10 11100 11001000 1100011 1010110 0 10110 11101000 1100010 101000

Color Harmonies of #021CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021CC8

Black with #021CC8

Text Example


Text Example

White with #021CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,28,200); }

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

background-color css

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

 a { background-color: rgb(2,28,200); }

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

border-color css

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

 span { border-color: rgb(2,28,200); }

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