Html Css Color HEX #212BD5 Persian Blue

📋 copy color: '#212BD5'

red 33 ◦ green 43 ◦ blue 213

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

Shades of Persian Blue #212BD5

Tints of Persian Blue #212BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 73.7%

R = 11.42%
G = 14.88%
B = 73.7%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#212BD5 (or 0x212BD5) is known color: Persian Blue. HEX triplet: 21, 2B and D5. RGB value is (33,43,213). Sum of RGB (Red+Green+Blue) = 33+43+213=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 213 (83.59% from 255 or 73.70% from 289); Max value from RGB is 213 - color contains mainly: blue. Hex color #212BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212BD5 is #DED42A. Grayscale: #3A3A3A. Windows color (decimal): -14603307 or 13970209. OLE color: 13970209.

HSL color Cylindrical-coordinate representation of color #212BD5: hue angle of 236.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #212BD5 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 43 213 -
CMYK 0.85 0.80 0 0.16
HSL 236.67º 0.73% 0.48% -
HSV(B) 236.67º 0.85% 0.84% -
XYZ 13.5 6.86 63.56 -
YUV 59.39 214.69 109.18 -
System Red Green Blue C M Y K H S L
Decimal 33 43 213 0.85 0.80 0 0.16 236.67 0.73 0.48
Hex 21 2B D5 55 50 0 10 ED 49 30
Octal 41 53 325 125 120 0 20 355 111 60
Binary 100001 101011 11010101 1010101 1010000 0 10000 11101101 1001001 110000

Color Harmonies of #212BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212BD5

Black with #212BD5

Text Example


Text Example

White with #212BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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