Html Css Color HEX #203BDE Persian Blue

📋 copy color: '#203BDE'

red 32 ◦ green 59 ◦ blue 222

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

Shades of Persian Blue #203BDE

Tints of Persian Blue #203BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.93%

R = 10.22%
G = 18.85%
B = 70.93%

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

#203BDE (or 0x203BDE) is known color: Persian Blue. HEX triplet: 20, 3B and DE. RGB value is (32,59,222). Sum of RGB (Red+Green+Blue) = 32+59+222=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 222 (87.11% from 255 or 70.93% from 313); Max value from RGB is 222 - color contains mainly: blue. Hex color #203BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203BDE is #DFC421. Grayscale: #444444. Windows color (decimal): -14664738 or 14564128. OLE color: 14564128.

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

Color convert

RGB 32 59 222 -
CMYK 0.86 0.73 0 0.13
HSL 231.47º 0.75% 0.5% -
HSV(B) 231.47º 0.86% 0.87% -
XYZ 15.34 8.71 69.98 -
YUV 69.51 214.05 101.25 -
System Red Green Blue C M Y K H S L
Decimal 32 59 222 0.86 0.73 0 0.13 231.47 0.75 0.5
Hex 20 3B DE 56 49 0 D E7 4B 32
Octal 40 73 336 126 111 0 15 347 113 62
Binary 100000 111011 11011110 1010110 1001001 0 1101 11100111 1001011 110010

Color Harmonies of #203BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203BDE

Black with #203BDE

Text Example


Text Example

White with #203BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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