Html Css Color HEX #021BCB Medium Blue

📋 copy color: '#021BCB'

red 2 ◦ green 27 ◦ blue 203

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

Shades of Medium Blue #021BCB

Tints of Medium Blue #021BCB

RGB

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

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

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

R = 0.86%
G = 11.64%
B = 87.5%

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

#021BCB (or 0x021BCB) is known color: Medium Blue. HEX triplet: 02, 1B and CB. RGB value is (2,27,203). Sum of RGB (Red+Green+Blue) = 2+27+203=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 203 (79.69% from 255 or 87.5% from 232); Max value from RGB is 203 - color contains mainly: blue. Hex color #021BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021BCB is #FDE434. Grayscale: #262626. Windows color (decimal): -16639029 or 13310722. OLE color: 13310722.

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

Color convert

RGB 2 27 203 -
CMYK 0.99 0.87 0 0.20
HSL 232.54º 0.98% 0.4% -
HSV(B) 232.54º 0.99% 0.8% -
XYZ 11.2 5.11 56.9 -
YUV 39.59 220.22 101.19 -
System Red Green Blue C M Y K H S L
Decimal 2 27 203 0.99 0.87 0 0.20 232.54 0.98 0.4
Hex 2 1B CB 63 57 0 14 E9 62 28
Octal 2 33 313 143 127 0 24 351 142 50
Binary 10 11011 11001011 1100011 1010111 0 10100 11101001 1100010 101000

Color Harmonies of #021BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021BCB

Black with #021BCB

Text Example


Text Example

White with #021BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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