Html Css Color HEX #201FDA Persian Blue

📋 copy color: '#201FDA'

red 32 ◦ green 31 ◦ blue 218

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

Shades of Persian Blue #201FDA

Tints of Persian Blue #201FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 77.58%

R = 11.39%
G = 11.03%
B = 77.58%

CMYK

 C value IS 0.85

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#201FDA (or 0x201FDA) is known color: Persian Blue. HEX triplet: 20, 1F and DA. RGB value is (32,31,218). Sum of RGB (Red+Green+Blue) = 32+31+218=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 31 (12.5% from 255 or 11.03% from 281); Blue value is 218 (85.55% from 255 or 77.58% from 281); Max value from RGB is 218 - color contains mainly: blue. Hex color #201FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201FDA is #DFE025. Grayscale: #333333. Windows color (decimal): -14671910 or 14294816. OLE color: 14294816.

HSL color Cylindrical-coordinate representation of color #201FDA: hue angle of 240.32º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201FDA is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 31 218 -
CMYK 0.85 0.86 0 0.15
HSL 240.32º 0.75% 0.49% -
HSV(B) 240.32º 0.86% 0.85% -
XYZ 13.74 6.35 66.83 -
YUV 52.62 221.33 113.29 -
System Red Green Blue C M Y K H S L
Decimal 32 31 218 0.85 0.86 0 0.15 240.32 0.75 0.49
Hex 20 1F DA 55 56 0 F F0 4B 31
Octal 40 37 332 125 126 0 17 360 113 61
Binary 100000 11111 11011010 1010101 1010110 0 1111 11110000 1001011 110001

Color Harmonies of #201FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201FDA

Black with #201FDA

Text Example


Text Example

White with #201FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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