Html Css Color HEX #213ADB Persian Blue

📋 copy color: '#213ADB'

red 33 ◦ green 58 ◦ blue 219

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

Shades of Persian Blue #213ADB

Tints of Persian Blue #213ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.71%

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

R = 10.65%
G = 18.71%
B = 70.65%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#213ADB (or 0x213ADB) is known color: Persian Blue. HEX triplet: 21, 3A and DB. RGB value is (33,58,219). Sum of RGB (Red+Green+Blue) = 33+58+219=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #213ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213ADB is #DEC524. Grayscale: #444444. Windows color (decimal): -14599461 or 14367265. OLE color: 14367265.

HSL color Cylindrical-coordinate representation of color #213ADB: hue angle of 231.94º 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 #213ADB is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 58 219 -
CMYK 0.85 0.74 0 0.14
HSL 231.94º 0.74% 0.49% -
HSV(B) 231.94º 0.85% 0.86% -
XYZ 14.93 8.46 67.86 -
YUV 68.88 212.72 102.41 -
System Red Green Blue C M Y K H S L
Decimal 33 58 219 0.85 0.74 0 0.14 231.94 0.74 0.49
Hex 21 3A DB 55 4A 0 E E8 4A 31
Octal 41 72 333 125 112 0 16 350 112 61
Binary 100001 111010 11011011 1010101 1001010 0 1110 11101000 1001010 110001

Color Harmonies of #213ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213ADB

Black with #213ADB

Text Example


Text Example

White with #213ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213ADB; }

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

 H1.HeaderClassName
 {
   color: #213ADB;
 }
 .AnyTagClassName
 {
   color: #213ADB;
 }
</style>

background-color css

<style>
 a { background-color: #213ADB; }

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

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

border-color css

<style>
 span { border-color: #213ADB; }

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

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