Html Css Color HEX #203DDB Persian Blue

📋 copy color: '#203DDB'

red 32 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #203DDB

Tints of Persian Blue #203DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 70.19%

R = 10.26%
G = 19.55%
B = 70.19%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#203DDB (or 0x203DDB) is known color: Persian Blue. HEX triplet: 20, 3D and DB. RGB value is (32,61,219). Sum of RGB (Red+Green+Blue) = 32+61+219=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #203DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203DDB is #DFC224. Grayscale: #454545. Windows color (decimal): -14664229 or 14368032. OLE color: 14368032.

HSL color Cylindrical-coordinate representation of color #203DDB: hue angle of 230.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 #203DDB is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 61 219 -
CMYK 0.85 0.72 0 0.14
HSL 230.7º 0.75% 0.49% -
HSV(B) 230.7º 0.85% 0.86% -
XYZ 15.05 8.76 67.92 -
YUV 70.34 211.89 100.65 -
System Red Green Blue C M Y K H S L
Decimal 32 61 219 0.85 0.72 0 0.14 230.7 0.75 0.49
Hex 20 3D DB 55 48 0 E E7 4B 31
Octal 40 75 333 125 110 0 16 347 113 61
Binary 100000 111101 11011011 1010101 1001000 0 1110 11100111 1001011 110001

Color Harmonies of #203DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203DDB

Black with #203DDB

Text Example


Text Example

White with #203DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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