Html Css Color HEX #212ABD Persian Blue

📋 copy color: '#212ABD'

red 33 ◦ green 42 ◦ blue 189

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

Shades of Persian Blue #212ABD

Tints of Persian Blue #212ABD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.91%

 BLUE value IS 189 (74.22% from 255) = 71.59%

R = 12.5%
G = 15.91%
B = 71.59%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#212ABD (or 0x212ABD) is known color: Persian Blue. HEX triplet: 21, 2A and BD. RGB value is (33,42,189). Sum of RGB (Red+Green+Blue) = 33+42+189=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 189 (74.22% from 255 or 71.59% from 264); Max value from RGB is 189 - color contains mainly: blue. Hex color #212ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212ABD is #DED542. Grayscale: #373737. Windows color (decimal): -14603587 or 12397089. OLE color: 12397089.

HSL color Cylindrical-coordinate representation of color #212ABD: hue angle of 236.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #212ABD is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 42 189 -
CMYK 0.83 0.78 0 0.26
HSL 236.54º 0.7% 0.44% -
HSV(B) 236.54º 0.83% 0.74% -
XYZ 10.64 5.65 48.67 -
YUV 56.07 203.02 111.55 -
System Red Green Blue C M Y K H S L
Decimal 33 42 189 0.83 0.78 0 0.26 236.54 0.7 0.44
Hex 21 2A BD 53 4E 0 1A ED 46 2C
Octal 41 52 275 123 116 0 32 355 106 54
Binary 100001 101010 10111101 1010011 1001110 0 11010 11101101 1000110 101100

Color Harmonies of #212ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212ABD

Black with #212ABD

Text Example


Text Example

White with #212ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,42,189); }

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

background-color css

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

 a { background-color: rgb(33,42,189); }

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

border-color css

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

 span { border-color: rgb(33,42,189); }

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