Html Css Color HEX #021BCC Medium Blue

📋 copy color: '#021BCC'

red 2 ◦ green 27 ◦ blue 204

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

Shades of Medium Blue #021BCC

Tints of Medium Blue #021BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.59%

 BLUE value IS 204 (80.08% from 255) = 87.55%

R = 0.86%
G = 11.59%
B = 87.55%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#021BCC (or 0x021BCC) is known color: Medium Blue. HEX triplet: 02, 1B and CC. RGB value is (2,27,204). Sum of RGB (Red+Green+Blue) = 2+27+204=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 204 (80.08% from 255 or 87.55% from 233); Max value from RGB is 204 - color contains mainly: blue. Hex color #021BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021BCC is #FDE433. Grayscale: #262626. Windows color (decimal): -16639028 or 13376258. OLE color: 13376258.

HSL color Cylindrical-coordinate representation of color #021BCC: hue angle of 232.57º 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 #021BCC is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 27 204 -
CMYK 0.99 0.87 0 0.2
HSL 232.57º 0.98% 0.4% -
HSV(B) 232.57º 0.99% 0.8% -
XYZ 11.32 5.16 57.53 -
YUV 39.7 220.72 101.11 -
System Red Green Blue C M Y K H S L
Decimal 2 27 204 0.99 0.87 0 0.2 232.57 0.98 0.4
Hex 2 1B CC 63 57 0 14 E9 62 28
Octal 2 33 314 143 127 0 24 351 142 50
Binary 10 11011 11001100 1100011 1010111 0 10100 11101001 1100010 101000

Color Harmonies of #021BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021BCC

Black with #021BCC

Text Example


Text Example

White with #021BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,27,204); }

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

background-color css

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

 a { background-color: rgb(2,27,204); }

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

border-color css

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

 span { border-color: rgb(2,27,204); }

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