Html Css Color HEX #212ACD Persian Blue

📋 copy color: '#212ACD'

red 33 ◦ green 42 ◦ blue 205

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

Shades of Persian Blue #212ACD

Tints of Persian Blue #212ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 73.21%

R = 11.79%
G = 15%
B = 73.21%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#212ACD (or 0x212ACD) is known color: Persian Blue. HEX triplet: 21, 2A and CD. RGB value is (33,42,205). Sum of RGB (Red+Green+Blue) = 33+42+205=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 205 (80.47% from 255 or 73.21% from 280); Max value from RGB is 205 - color contains mainly: blue. Hex color #212ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212ACD is #DED532. Grayscale: #393939. Windows color (decimal): -14603571 or 13445665. OLE color: 13445665.

HSL color Cylindrical-coordinate representation of color #212ACD: hue angle of 236.86º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #212ACD is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 42 205 -
CMYK 0.84 0.80 0 0.20
HSL 236.86º 0.72% 0.47% -
HSV(B) 236.86º 0.84% 0.8% -
XYZ 12.47 6.39 58.33 -
YUV 57.89 211.02 110.25 -
System Red Green Blue C M Y K H S L
Decimal 33 42 205 0.84 0.80 0 0.20 236.86 0.72 0.47
Hex 21 2A CD 54 50 0 14 ED 48 2F
Octal 41 52 315 124 120 0 24 355 110 57
Binary 100001 101010 11001101 1010100 1010000 0 10100 11101101 1001000 101111

Color Harmonies of #212ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212ACD

Black with #212ACD

Text Example


Text Example

White with #212ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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