Html Css Color HEX #203EDB Persian Blue

📋 copy color: '#203EDB'

red 32 ◦ green 62 ◦ blue 219

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

Shades of Persian Blue #203EDB

Tints of Persian Blue #203EDB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.81%

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

R = 10.22%
G = 19.81%
B = 69.97%

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

#203EDB (or 0x203EDB) is known color: Persian Blue. HEX triplet: 20, 3E and DB. RGB value is (32,62,219). Sum of RGB (Red+Green+Blue) = 32+62+219=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #203EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203EDB is #DFC124. Grayscale: #464646. Windows color (decimal): -14663973 or 14368288. OLE color: 14368288.

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

Color convert

RGB 32 62 219 -
CMYK 0.85 0.72 0 0.14
HSL 230.37º 0.75% 0.49% -
HSV(B) 230.37º 0.85% 0.86% -
XYZ 15.1 8.87 67.93 -
YUV 70.93 211.56 100.23 -
System Red Green Blue C M Y K H S L
Decimal 32 62 219 0.85 0.72 0 0.14 230.37 0.75 0.49
Hex 20 3E DB 55 48 0 E E6 4B 31
Octal 40 76 333 125 110 0 16 346 113 61
Binary 100000 111110 11011011 1010101 1001000 0 1110 11100110 1001011 110001

Color Harmonies of #203EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203EDB

Black with #203EDB

Text Example


Text Example

White with #203EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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