Html Css Color HEX #221FDE Persian Blue

📋 copy color: '#221FDE'

red 34 ◦ green 31 ◦ blue 222

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

Shades of Persian Blue #221FDE

Tints of Persian Blue #221FDE

RGB

 RED value IS 34 (13.67% from 255) = 11.85%

 GREEN value IS 31 (12.5% from 255) = 10.8%

 BLUE value IS 222 (87.11% from 255) = 77.35%

R = 11.85%
G = 10.8%
B = 77.35%

CMYK

 C value IS 0.85

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#221FDE (or 0x221FDE) is known color: Persian Blue. HEX triplet: 22, 1F and DE. RGB value is (34,31,222). Sum of RGB (Red+Green+Blue) = 34+31+222=287 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.85% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 222 (87.11% from 255 or 77.35% from 287); Max value from RGB is 222 - color contains mainly: blue. Hex color #221FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221FDE is #DDE021. Grayscale: #343434. Windows color (decimal): -14540834 or 14556962. OLE color: 14556962.

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

Color convert

RGB 34 31 222 -
CMYK 0.85 0.86 0 0.13
HSL 240.94º 0.75% 0.5% -
HSV(B) 240.94º 0.86% 0.87% -
XYZ 14.33 6.59 69.62 -
YUV 53.67 222.99 113.97 -
System Red Green Blue C M Y K H S L
Decimal 34 31 222 0.85 0.86 0 0.13 240.94 0.75 0.5
Hex 22 1F DE 55 56 0 D F1 4B 32
Octal 42 37 336 125 126 0 15 361 113 62
Binary 100010 11111 11011110 1010101 1010110 0 1101 11110001 1001011 110010

Color Harmonies of #221FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221FDE

Black with #221FDE

Text Example


Text Example

White with #221FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221FDE; }

 p { color: rgb(34,31,222); }

 H1.HeaderClassName
 {
   color: #221FDE;
 }
 .AnyTagClassName
 {
   color: #221FDE;
 }
</style>

background-color css

<style>
 a { background-color: #221FDE; }

 a { background-color: rgb(34,31,222); }

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

border-color css

<style>
 span { border-color: #221FDE; }

 span { border-color: rgb(34,31,222); }

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