Html Css Color HEX #203DDF Persian Blue

📋 copy color: '#203DDF'

red 32 ◦ green 61 ◦ blue 223

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

Shades of Persian Blue #203DDF

Tints of Persian Blue #203DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.57%

R = 10.13%
G = 19.3%
B = 70.57%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#203DDF (or 0x203DDF) is known color: Persian Blue. HEX triplet: 20, 3D and DF. RGB value is (32,61,223). Sum of RGB (Red+Green+Blue) = 32+61+223=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #203DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203DDF is #DFC220. Grayscale: #464646. Windows color (decimal): -14664225 or 14630176. OLE color: 14630176.

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

Color convert

RGB 32 61 223 -
CMYK 0.86 0.73 0 0.13
HSL 230.89º 0.75% 0.5% -
HSV(B) 230.89º 0.86% 0.87% -
XYZ 15.58 8.97 70.72 -
YUV 70.8 213.89 100.33 -
System Red Green Blue C M Y K H S L
Decimal 32 61 223 0.86 0.73 0 0.13 230.89 0.75 0.5
Hex 20 3D DF 56 49 0 D E7 4B 32
Octal 40 75 337 126 111 0 15 347 113 62
Binary 100000 111101 11011111 1010110 1001001 0 1101 11100111 1001011 110010

Color Harmonies of #203DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203DDF

Black with #203DDF

Text Example


Text Example

White with #203DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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