Html Css Color HEX #221FDF Persian Blue

📋 copy color: '#221FDF'

red 34 ◦ green 31 ◦ blue 223

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

Shades of Persian Blue #221FDF

Tints of Persian Blue #221FDF

RGB

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

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

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

R = 11.81%
G = 10.76%
B = 77.43%

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

#221FDF (or 0x221FDF) is known color: Persian Blue. HEX triplet: 22, 1F and DF. RGB value is (34,31,223). Sum of RGB (Red+Green+Blue) = 34+31+223=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 223 (87.5% from 255 or 77.43% from 288); Max value from RGB is 223 - color contains mainly: blue. Hex color #221FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221FDF is #DDE020. Grayscale: #353535. Windows color (decimal): -14540833 or 14622498. OLE color: 14622498.

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

Color convert

RGB 34 31 223 -
CMYK 0.85 0.86 0 0.13
HSL 240.94º 0.76% 0.5% -
HSV(B) 240.94º 0.86% 0.87% -
XYZ 14.47 6.65 70.33 -
YUV 53.79 223.49 113.89 -
System Red Green Blue C M Y K H S L
Decimal 34 31 223 0.85 0.86 0 0.13 240.94 0.76 0.5
Hex 22 1F DF 55 56 0 D F1 4C 32
Octal 42 37 337 125 126 0 15 361 114 62
Binary 100010 11111 11011111 1010101 1010110 0 1101 11110001 1001100 110010

Color Harmonies of #221FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221FDF

Black with #221FDF

Text Example


Text Example

White with #221FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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