Html Css Color HEX #212BDB Persian Blue

📋 copy color: '#212BDB'

red 33 ◦ green 43 ◦ blue 219

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

Shades of Persian Blue #212BDB

Tints of Persian Blue #212BDB

RGB

 RED value IS 33 (13.28% from 255) = 11.19%

 GREEN value IS 43 (17.19% from 255) = 14.58%

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

R = 11.19%
G = 14.58%
B = 74.24%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#212BDB (or 0x212BDB) is known color: Persian Blue. HEX triplet: 21, 2B and DB. RGB value is (33,43,219). Sum of RGB (Red+Green+Blue) = 33+43+219=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #212BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212BDB is #DED424. Grayscale: #3B3B3B. Windows color (decimal): -14603301 or 14363425. OLE color: 14363425.

HSL color Cylindrical-coordinate representation of color #212BDB: hue angle of 236.77º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #212BDB is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 43 219 -
CMYK 0.85 0.80 0 0.14
HSL 236.77º 0.74% 0.49% -
HSV(B) 236.77º 0.85% 0.86% -
XYZ 14.28 7.17 67.65 -
YUV 60.07 217.69 108.69 -
System Red Green Blue C M Y K H S L
Decimal 33 43 219 0.85 0.80 0 0.14 236.77 0.74 0.49
Hex 21 2B DB 55 50 0 E ED 4A 31
Octal 41 53 333 125 120 0 16 355 112 61
Binary 100001 101011 11011011 1010101 1010000 0 1110 11101101 1001010 110001

Color Harmonies of #212BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212BDB

Black with #212BDB

Text Example


Text Example

White with #212BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212BDB; }

 p { color: rgb(33,43,219); }

 H1.HeaderClassName
 {
   color: #212BDB;
 }
 .AnyTagClassName
 {
   color: #212BDB;
 }
</style>

background-color css

<style>
 a { background-color: #212BDB; }

 a { background-color: rgb(33,43,219); }

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

border-color css

<style>
 span { border-color: #212BDB; }

 span { border-color: rgb(33,43,219); }

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