Html Css Color HEX #212EDB Persian Blue

📋 copy color: '#212EDB'

red 33 ◦ green 46 ◦ blue 219

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

Shades of Persian Blue #212EDB

Tints of Persian Blue #212EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.44%

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

R = 11.07%
G = 15.44%
B = 73.49%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#212EDB (or 0x212EDB) is known color: Persian Blue. HEX triplet: 21, 2E and DB. RGB value is (33,46,219). Sum of RGB (Red+Green+Blue) = 33+46+219=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #212EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212EDB is #DED124. Grayscale: #3D3D3D. Windows color (decimal): -14602533 or 14364193. OLE color: 14364193.

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

Color convert

RGB 33 46 219 -
CMYK 0.85 0.79 0 0.14
HSL 235.81º 0.74% 0.49% -
HSV(B) 235.81º 0.85% 0.86% -
XYZ 14.39 7.39 67.69 -
YUV 61.84 216.69 107.43 -
System Red Green Blue C M Y K H S L
Decimal 33 46 219 0.85 0.79 0 0.14 235.81 0.74 0.49
Hex 21 2E DB 55 4F 0 E EC 4A 31
Octal 41 56 333 125 117 0 16 354 112 61
Binary 100001 101110 11011011 1010101 1001111 0 1110 11101100 1001010 110001

Color Harmonies of #212EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212EDB

Black with #212EDB

Text Example


Text Example

White with #212EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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