Html Css Color HEX #021CDB Medium Blue

📋 copy color: '#021CDB'

red 2 ◦ green 28 ◦ blue 219

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

Shades of Medium Blue #021CDB

Tints of Medium Blue #021CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 87.95%

R = 0.8%
G = 11.24%
B = 87.95%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#021CDB (or 0x021CDB) is known color: Medium Blue. HEX triplet: 02, 1C and DB. RGB value is (2,28,219). Sum of RGB (Red+Green+Blue) = 2+28+219=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 219 (85.94% from 255 or 87.95% from 249); Max value from RGB is 219 - color contains mainly: blue. Hex color #021CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021CDB is #FDE324. Grayscale: #292929. Windows color (decimal): -16638757 or 14359554. OLE color: 14359554.

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

Color convert

RGB 2 28 219 -
CMYK 0.99 0.87 0 0.14
HSL 232.81º 0.98% 0.43% -
HSV(B) 232.81º 0.99% 0.86% -
XYZ 13.23 5.96 67.47 -
YUV 42 227.89 99.47 -
System Red Green Blue C M Y K H S L
Decimal 2 28 219 0.99 0.87 0 0.14 232.81 0.98 0.43
Hex 2 1C DB 63 57 0 E E9 62 2B
Octal 2 34 333 143 127 0 16 351 142 53
Binary 10 11100 11011011 1100011 1010111 0 1110 11101001 1100010 101011

Color Harmonies of #021CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021CDB

Black with #021CDB

Text Example


Text Example

White with #021CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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