Html Css Color HEX #203ADC Persian Blue

📋 copy color: '#203ADC'

red 32 ◦ green 58 ◦ blue 220

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

Shades of Persian Blue #203ADC

Tints of Persian Blue #203ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.71%

 BLUE value IS 220 (86.33% from 255) = 70.97%

R = 10.32%
G = 18.71%
B = 70.97%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#203ADC (or 0x203ADC) is known color: Persian Blue. HEX triplet: 20, 3A and DC. RGB value is (32,58,220). Sum of RGB (Red+Green+Blue) = 32+58+220=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #203ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203ADC is #DFC523. Grayscale: #444444. Windows color (decimal): -14664996 or 14432800. OLE color: 14432800.

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

Color convert

RGB 32 58 220 -
CMYK 0.85 0.74 0 0.14
HSL 231.7º 0.75% 0.49% -
HSV(B) 231.7º 0.85% 0.86% -
XYZ 15.03 8.5 68.56 -
YUV 68.69 213.39 101.83 -
System Red Green Blue C M Y K H S L
Decimal 32 58 220 0.85 0.74 0 0.14 231.7 0.75 0.49
Hex 20 3A DC 55 4A 0 E E8 4B 31
Octal 40 72 334 125 112 0 16 350 113 61
Binary 100000 111010 11011100 1010101 1001010 0 1110 11101000 1001011 110001

Color Harmonies of #203ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203ADC

Black with #203ADC

Text Example


Text Example

White with #203ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,58,220); }

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

background-color css

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

 a { background-color: rgb(32,58,220); }

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

border-color css

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

 span { border-color: rgb(32,58,220); }

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