Html Css Color HEX #203CEB Persian Blue

📋 copy color: '#203CEB'

red 32 ◦ green 60 ◦ blue 235

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

Shades of Persian Blue #203CEB

Tints of Persian Blue #203CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.35%

 BLUE value IS 235 (92.19% from 255) = 71.87%

R = 9.79%
G = 18.35%
B = 71.87%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#203CEB (or 0x203CEB) is known color: Persian Blue. HEX triplet: 20, 3C and EB. RGB value is (32,60,235). Sum of RGB (Red+Green+Blue) = 32+60+235=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 235 (92.19% from 255 or 71.87% from 327); Max value from RGB is 235 - color contains mainly: blue. Hex color #203CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203CEB is #DFC314. Grayscale: #464646. Windows color (decimal): -14664469 or 15416352. OLE color: 15416352.

HSL color Cylindrical-coordinate representation of color #203CEB: hue angle of 231.72º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #203CEB is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 60 235 -
CMYK 0.86 0.74 0 0.08
HSL 231.72º 0.84% 0.52% -
HSV(B) 231.72º 0.86% 0.92% -
XYZ 17.21 9.54 79.53 -
YUV 71.58 220.22 99.77 -
System Red Green Blue C M Y K H S L
Decimal 32 60 235 0.86 0.74 0 0.08 231.72 0.84 0.52
Hex 20 3C EB 56 4A 0 8 E8 54 34
Octal 40 74 353 126 112 0 10 350 124 64
Binary 100000 111100 11101011 1010110 1001010 0 1000 11101000 1010100 110100

Color Harmonies of #203CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203CEB

Black with #203CEB

Text Example


Text Example

White with #203CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,60,235); }

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

background-color css

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

 a { background-color: rgb(32,60,235); }

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

border-color css

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

 span { border-color: rgb(32,60,235); }

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