Html Css Color HEX #201FE0 Persian Blue

📋 copy color: '#201FE0'

red 32 ◦ green 31 ◦ blue 224

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

Shades of Persian Blue #201FE0

Tints of Persian Blue #201FE0

RGB

 RED value IS 32 (12.89% from 255) = 11.15%

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

 BLUE value IS 224 (87.89% from 255) = 78.05%

R = 11.15%
G = 10.8%
B = 78.05%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#201FE0 (or 0x201FE0) is known color: Persian Blue. HEX triplet: 20, 1F and E0. RGB value is (32,31,224). Sum of RGB (Red+Green+Blue) = 32+31+224=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 224 (87.89% from 255 or 78.05% from 287); Max value from RGB is 224 - color contains mainly: blue. Hex color #201FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201FE0 is #DFE01F. Grayscale: #343434. Windows color (decimal): -14671904 or 14688032. OLE color: 14688032.

HSL color Cylindrical-coordinate representation of color #201FE0: hue angle of 240.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201FE0 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 32 31 224 -
CMYK 0.86 0.86 0 0.12
HSL 240.31º 0.76% 0.5% -
HSV(B) 240.31º 0.86% 0.88% -
XYZ 14.54 6.67 71.04 -
YUV 53.3 224.33 112.81 -
System Red Green Blue C M Y K H S L
Decimal 32 31 224 0.86 0.86 0 0.12 240.31 0.76 0.5
Hex 20 1F E0 56 56 0 C F0 4C 32
Octal 40 37 340 126 126 0 14 360 114 62
Binary 100000 11111 11100000 1010110 1010110 0 1100 11110000 1001100 110010

Color Harmonies of #201FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201FE0

Black with #201FE0

Text Example


Text Example

White with #201FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201FE0; }

 p { color: rgb(32,31,224); }

 H1.HeaderClassName
 {
   color: #201FE0;
 }
 .AnyTagClassName
 {
   color: #201FE0;
 }
</style>

background-color css

<style>
 a { background-color: #201FE0; }

 a { background-color: rgb(32,31,224); }

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

border-color css

<style>
 span { border-color: #201FE0; }

 span { border-color: rgb(32,31,224); }

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