Html Css Color HEX #212ACC Persian Blue

📋 copy color: '#212ACC'

red 33 ◦ green 42 ◦ blue 204

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

Shades of Persian Blue #212ACC

Tints of Persian Blue #212ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 73.12%

R = 11.83%
G = 15.05%
B = 73.12%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#212ACC (or 0x212ACC) is known color: Persian Blue. HEX triplet: 21, 2A and CC. RGB value is (33,42,204). Sum of RGB (Red+Green+Blue) = 33+42+204=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #212ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212ACC is #DED533. Grayscale: #393939. Windows color (decimal): -14603572 or 13380129. OLE color: 13380129.

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

Color convert

RGB 33 42 204 -
CMYK 0.84 0.79 0 0.2
HSL 236.84º 0.72% 0.46% -
HSV(B) 236.84º 0.84% 0.8% -
XYZ 12.35 6.34 57.7 -
YUV 57.78 210.52 110.33 -
System Red Green Blue C M Y K H S L
Decimal 33 42 204 0.84 0.79 0 0.2 236.84 0.72 0.46
Hex 21 2A CC 54 4F 0 14 ED 48 2E
Octal 41 52 314 124 117 0 24 355 110 56
Binary 100001 101010 11001100 1010100 1001111 0 10100 11101101 1001000 101110

Color Harmonies of #212ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212ACC

Black with #212ACC

Text Example


Text Example

White with #212ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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