Html Css Color HEX #212FDF Persian Blue

📋 copy color: '#212FDF'

red 33 ◦ green 47 ◦ blue 223

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

Shades of Persian Blue #212FDF

Tints of Persian Blue #212FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 73.6%

R = 10.89%
G = 15.51%
B = 73.6%

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

#212FDF (or 0x212FDF) is known color: Persian Blue. HEX triplet: 21, 2F and DF. RGB value is (33,47,223). Sum of RGB (Red+Green+Blue) = 33+47+223=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #212FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212FDF is #DED020. Grayscale: #3E3E3E. Windows color (decimal): -14602273 or 14626593. OLE color: 14626593.

HSL color Cylindrical-coordinate representation of color #212FDF: hue angle of 235.58º degrees, saturation: 0.75, 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 #212FDF is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 47 223 -
CMYK 0.85 0.79 0 0.13
HSL 235.58º 0.75% 0.5% -
HSV(B) 235.58º 0.85% 0.87% -
XYZ 14.96 7.68 70.51 -
YUV 62.88 218.36 106.69 -
System Red Green Blue C M Y K H S L
Decimal 33 47 223 0.85 0.79 0 0.13 235.58 0.75 0.5
Hex 21 2F DF 55 4F 0 D EC 4B 32
Octal 41 57 337 125 117 0 15 354 113 62
Binary 100001 101111 11011111 1010101 1001111 0 1101 11101100 1001011 110010

Color Harmonies of #212FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212FDF

Black with #212FDF

Text Example


Text Example

White with #212FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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