Html Css Color HEX #212FDD Persian Blue

📋 copy color: '#212FDD'

red 33 ◦ green 47 ◦ blue 221

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

Shades of Persian Blue #212FDD

Tints of Persian Blue #212FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.61%

 BLUE value IS 221 (86.72% from 255) = 73.42%

R = 10.96%
G = 15.61%
B = 73.42%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#212FDD (or 0x212FDD) is known color: Persian Blue. HEX triplet: 21, 2F and DD. RGB value is (33,47,221). Sum of RGB (Red+Green+Blue) = 33+47+221=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 221 (86.72% from 255 or 73.42% from 301); Max value from RGB is 221 - color contains mainly: blue. Hex color #212FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212FDD is #DED022. Grayscale: #3D3D3D. Windows color (decimal): -14602275 or 14495521. OLE color: 14495521.

HSL color Cylindrical-coordinate representation of color #212FDD: hue angle of 235.53º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #212FDD is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 47 221 -
CMYK 0.85 0.79 0 0.13
HSL 235.53º 0.74% 0.5% -
HSV(B) 235.53º 0.85% 0.87% -
XYZ 14.69 7.58 69.09 -
YUV 62.65 217.36 106.85 -
System Red Green Blue C M Y K H S L
Decimal 33 47 221 0.85 0.79 0 0.13 235.53 0.74 0.5
Hex 21 2F DD 55 4F 0 D EC 4A 32
Octal 41 57 335 125 117 0 15 354 112 62
Binary 100001 101111 11011101 1010101 1001111 0 1101 11101100 1001010 110010

Color Harmonies of #212FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212FDD

Black with #212FDD

Text Example


Text Example

White with #212FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,47,221); }

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

background-color css

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

 a { background-color: rgb(33,47,221); }

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

border-color css

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

 span { border-color: rgb(33,47,221); }

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