Html Css Color HEX #203FDB Persian Blue

📋 copy color: '#203FDB'

red 32 ◦ green 63 ◦ blue 219

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

Shades of Persian Blue #203FDB

Tints of Persian Blue #203FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 20.06%

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

R = 10.19%
G = 20.06%
B = 69.75%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#203FDB (or 0x203FDB) is known color: Persian Blue. HEX triplet: 20, 3F and DB. RGB value is (32,63,219). Sum of RGB (Red+Green+Blue) = 32+63+219=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #203FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FDB is #DFC024. Grayscale: #464646. Windows color (decimal): -14663717 or 14368544. OLE color: 14368544.

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

Color convert

RGB 32 63 219 -
CMYK 0.85 0.71 0 0.14
HSL 230.05º 0.75% 0.49% -
HSV(B) 230.05º 0.85% 0.86% -
XYZ 15.16 8.98 67.95 -
YUV 71.52 211.23 99.82 -
System Red Green Blue C M Y K H S L
Decimal 32 63 219 0.85 0.71 0 0.14 230.05 0.75 0.49
Hex 20 3F DB 55 47 0 E E6 4B 31
Octal 40 77 333 125 107 0 16 346 113 61
Binary 100000 111111 11011011 1010101 1000111 0 1110 11100110 1001011 110001

Color Harmonies of #203FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203FDB

Black with #203FDB

Text Example


Text Example

White with #203FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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