Html Css Color HEX #203CE7 Persian Blue

📋 copy color: '#203CE7'

red 32 ◦ green 60 ◦ blue 231

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

Shades of Persian Blue #203CE7

Tints of Persian Blue #203CE7

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.58%

 BLUE value IS 231 (90.63% from 255) = 71.52%

R = 9.91%
G = 18.58%
B = 71.52%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#203CE7 (or 0x203CE7) is known color: Persian Blue. HEX triplet: 20, 3C and E7. RGB value is (32,60,231). Sum of RGB (Red+Green+Blue) = 32+60+231=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 231 (90.62% from 255 or 71.52% from 323); Max value from RGB is 231 - color contains mainly: blue. Hex color #203CE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203CE7 is #DFC318. Grayscale: #464646. Windows color (decimal): -14664473 or 15154208. OLE color: 15154208.

HSL color Cylindrical-coordinate representation of color #203CE7: hue angle of 231.56º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #203CE7 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 32 60 231 -
CMYK 0.86 0.74 0 0.09
HSL 231.56º 0.81% 0.52% -
HSV(B) 231.56º 0.86% 0.91% -
XYZ 16.64 9.31 76.52 -
YUV 71.12 218.22 100.1 -
System Red Green Blue C M Y K H S L
Decimal 32 60 231 0.86 0.74 0 0.09 231.56 0.81 0.52
Hex 20 3C E7 56 4A 0 9 E8 51 34
Octal 40 74 347 126 112 0 11 350 121 64
Binary 100000 111100 11100111 1010110 1001010 0 1001 11101000 1010001 110100

Color Harmonies of #203CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203CE7

Black with #203CE7

Text Example


Text Example

White with #203CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203CE7; }

 p { color: rgb(32,60,231); }

 H1.HeaderClassName
 {
   color: #203CE7;
 }
 .AnyTagClassName
 {
   color: #203CE7;
 }
</style>

background-color css

<style>
 a { background-color: #203CE7; }

 a { background-color: rgb(32,60,231); }

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

border-color css

<style>
 span { border-color: #203CE7; }

 span { border-color: rgb(32,60,231); }

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