Html Css Color HEX #203BDB Persian Blue

📋 copy color: '#203BDB'

red 32 ◦ green 59 ◦ blue 219

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

Shades of Persian Blue #203BDB

Tints of Persian Blue #203BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.03%

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

R = 10.32%
G = 19.03%
B = 70.65%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#203BDB (or 0x203BDB) is known color: Persian Blue. HEX triplet: 20, 3B and DB. RGB value is (32,59,219). Sum of RGB (Red+Green+Blue) = 32+59+219=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #203BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203BDB is #DFC424. Grayscale: #444444. Windows color (decimal): -14664741 or 14367520. OLE color: 14367520.

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

Color convert

RGB 32 59 219 -
CMYK 0.85 0.73 0 0.14
HSL 231.34º 0.75% 0.49% -
HSV(B) 231.34º 0.85% 0.86% -
XYZ 14.95 8.55 67.88 -
YUV 69.17 212.55 101.49 -
System Red Green Blue C M Y K H S L
Decimal 32 59 219 0.85 0.73 0 0.14 231.34 0.75 0.49
Hex 20 3B DB 55 49 0 E E7 4B 31
Octal 40 73 333 125 111 0 16 347 113 61
Binary 100000 111011 11011011 1010101 1001001 0 1110 11100111 1001011 110001

Color Harmonies of #203BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203BDB

Black with #203BDB

Text Example


Text Example

White with #203BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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