Html Css Color HEX #203DDD Persian Blue

📋 copy color: '#203DDD'

red 32 ◦ green 61 ◦ blue 221

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

Shades of Persian Blue #203DDD

Tints of Persian Blue #203DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.43%

 BLUE value IS 221 (86.72% from 255) = 70.38%

R = 10.19%
G = 19.43%
B = 70.38%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#203DDD (or 0x203DDD) is known color: Persian Blue. HEX triplet: 20, 3D and DD. RGB value is (32,61,221). Sum of RGB (Red+Green+Blue) = 32+61+221=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #203DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203DDD is #DFC222. Grayscale: #454545. Windows color (decimal): -14664227 or 14499104. OLE color: 14499104.

HSL color Cylindrical-coordinate representation of color #203DDD: hue angle of 230.79º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #203DDD is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 61 221 -
CMYK 0.86 0.72 0 0.13
HSL 230.79º 0.75% 0.5% -
HSV(B) 230.79º 0.86% 0.87% -
XYZ 15.32 8.87 69.31 -
YUV 70.57 212.89 100.49 -
System Red Green Blue C M Y K H S L
Decimal 32 61 221 0.86 0.72 0 0.13 230.79 0.75 0.5
Hex 20 3D DD 56 48 0 D E7 4B 32
Octal 40 75 335 126 110 0 15 347 113 62
Binary 100000 111101 11011101 1010110 1001000 0 1101 11100111 1001011 110010

Color Harmonies of #203DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203DDD

Black with #203DDD

Text Example


Text Example

White with #203DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,61,221); }

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

background-color css

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

 a { background-color: rgb(32,61,221); }

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

border-color css

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

 span { border-color: rgb(32,61,221); }

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