Html Css Color HEX #203BED Persian Blue

📋 copy color: '#203BED'

red 32 ◦ green 59 ◦ blue 237

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

Shades of Persian Blue #203BED

Tints of Persian Blue #203BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 72.26%

R = 9.76%
G = 17.99%
B = 72.26%

CMYK

 C value IS 0.86

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#203BED (or 0x203BED) is known color: Persian Blue. HEX triplet: 20, 3B and ED. RGB value is (32,59,237). Sum of RGB (Red+Green+Blue) = 32+59+237=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 237 (92.97% from 255 or 72.26% from 328); Max value from RGB is 237 - color contains mainly: blue. Hex color #203BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203BED is #DFC412. Grayscale: #464646. Windows color (decimal): -14664723 or 15547168. OLE color: 15547168.

HSL color Cylindrical-coordinate representation of color #203BED: hue angle of 232.1º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #203BED is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 59 237 -
CMYK 0.86 0.75 0 0.07
HSL 232.1º 0.85% 0.53% -
HSV(B) 232.1º 0.86% 0.93% -
XYZ 17.45 9.55 81.04 -
YUV 71.22 221.55 100.03 -
System Red Green Blue C M Y K H S L
Decimal 32 59 237 0.86 0.75 0 0.07 232.1 0.85 0.53
Hex 20 3B ED 56 4B 0 7 E8 55 35
Octal 40 73 355 126 113 0 7 350 125 65
Binary 100000 111011 11101101 1010110 1001011 0 111 11101000 1010101 110101

Color Harmonies of #203BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203BED

Black with #203BED

Text Example


Text Example

White with #203BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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