Html Css Color HEX #201FD0 Persian Blue

📋 copy color: '#201FD0'

red 32 ◦ green 31 ◦ blue 208

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

Shades of Persian Blue #201FD0

Tints of Persian Blue #201FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 76.75%

R = 11.81%
G = 11.44%
B = 76.75%

CMYK

 C value IS 0.85

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#201FD0 (or 0x201FD0) is known color: Persian Blue. HEX triplet: 20, 1F and D0. RGB value is (32,31,208). Sum of RGB (Red+Green+Blue) = 32+31+208=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 208 (81.64% from 255 or 76.75% from 271); Max value from RGB is 208 - color contains mainly: blue. Hex color #201FD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201FD0 is #DFE02F. Grayscale: #323232. Windows color (decimal): -14671920 or 13639456. OLE color: 13639456.

HSL color Cylindrical-coordinate representation of color #201FD0: hue angle of 240.34º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201FD0 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 31 208 -
CMYK 0.85 0.85 0 0.18
HSL 240.34º 0.74% 0.47% -
HSV(B) 240.34º 0.85% 0.82% -
XYZ 12.47 5.84 60.14 -
YUV 51.48 216.33 114.11 -
System Red Green Blue C M Y K H S L
Decimal 32 31 208 0.85 0.85 0 0.18 240.34 0.74 0.47
Hex 20 1F D0 55 55 0 12 F0 4A 2F
Octal 40 37 320 125 125 0 22 360 112 57
Binary 100000 11111 11010000 1010101 1010101 0 10010 11110000 1001010 101111

Color Harmonies of #201FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201FD0

Black with #201FD0

Text Example


Text Example

White with #201FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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