Html Css Color HEX #201CCF Persian Blue

📋 copy color: '#201CCF'

red 32 ◦ green 28 ◦ blue 207

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

Shades of Persian Blue #201CCF

Tints of Persian Blue #201CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.49%

 BLUE value IS 207 (81.25% from 255) = 77.53%

R = 11.99%
G = 10.49%
B = 77.53%

CMYK

 C value IS 0.85

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#201CCF (or 0x201CCF) is known color: Persian Blue. HEX triplet: 20, 1C and CF. RGB value is (32,28,207). Sum of RGB (Red+Green+Blue) = 32+28+207=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 207 (81.25% from 255 or 77.53% from 267); Max value from RGB is 207 - color contains mainly: blue. Hex color #201CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201CCF is #DFE330. Grayscale: #303030. Windows color (decimal): -14672689 or 13573152. OLE color: 13573152.

HSL color Cylindrical-coordinate representation of color #201CCF: hue angle of 241.34º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201CCF is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 28 207 -
CMYK 0.85 0.86 0 0.19
HSL 241.34º 0.76% 0.46% -
HSV(B) 241.34º 0.86% 0.81% -
XYZ 12.27 5.64 59.47 -
YUV 49.6 216.83 115.45 -
System Red Green Blue C M Y K H S L
Decimal 32 28 207 0.85 0.86 0 0.19 241.34 0.76 0.46
Hex 20 1C CF 55 56 0 13 F1 4C 2E
Octal 40 34 317 125 126 0 23 361 114 56
Binary 100000 11100 11001111 1010101 1010110 0 10011 11110001 1001100 101110

Color Harmonies of #201CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201CCF

Black with #201CCF

Text Example


Text Example

White with #201CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,28,207); }

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

background-color css

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

 a { background-color: rgb(32,28,207); }

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

border-color css

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

 span { border-color: rgb(32,28,207); }

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