Html Css Color HEX #203ACD Persian Blue

📋 copy color: '#203ACD'

red 32 ◦ green 58 ◦ blue 205

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

Shades of Persian Blue #203ACD

Tints of Persian Blue #203ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 69.49%

R = 10.85%
G = 19.66%
B = 69.49%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#203ACD (or 0x203ACD) is known color: Persian Blue. HEX triplet: 20, 3A and CD. RGB value is (32,58,205). Sum of RGB (Red+Green+Blue) = 32+58+205=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 205 (80.47% from 255 or 69.49% from 295); Max value from RGB is 205 - color contains mainly: blue. Hex color #203ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203ACD is #DFC532. Grayscale: #424242. Windows color (decimal): -14665011 or 13449760. OLE color: 13449760.

HSL color Cylindrical-coordinate representation of color #203ACD: hue angle of 230.98º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203ACD is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 58 205 -
CMYK 0.84 0.72 0 0.20
HSL 230.98º 0.73% 0.46% -
HSV(B) 230.98º 0.84% 0.8% -
XYZ 13.13 7.74 58.56 -
YUV 66.98 205.89 103.05 -
System Red Green Blue C M Y K H S L
Decimal 32 58 205 0.84 0.72 0 0.20 230.98 0.73 0.46
Hex 20 3A CD 54 48 0 14 E7 49 2E
Octal 40 72 315 124 110 0 24 347 111 56
Binary 100000 111010 11001101 1010100 1001000 0 10100 11100111 1001001 101110

Color Harmonies of #203ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203ACD

Black with #203ACD

Text Example


Text Example

White with #203ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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