Html Css Color HEX #203EEA Persian Blue

📋 copy color: '#203EEA'

red 32 ◦ green 62 ◦ blue 234

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

Shades of Persian Blue #203EEA

Tints of Persian Blue #203EEA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.9%

 BLUE value IS 234 (91.8% from 255) = 71.34%

R = 9.76%
G = 18.9%
B = 71.34%

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

#203EEA (or 0x203EEA) is known color: Persian Blue. HEX triplet: 20, 3E and EA. RGB value is (32,62,234). Sum of RGB (Red+Green+Blue) = 32+62+234=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 234 (91.80% from 255 or 71.34% from 328); Max value from RGB is 234 - color contains mainly: blue. Hex color #203EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203EEA is #DFC115. Grayscale: #474747. Windows color (decimal): -14663958 or 15351328. OLE color: 15351328.

HSL color Cylindrical-coordinate representation of color #203EEA: hue angle of 231.09º degrees, saturation: 0.83, 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 #203EEA is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 62 234 -
CMYK 0.86 0.74 0 0.08
HSL 231.09º 0.83% 0.52% -
HSV(B) 231.09º 0.86% 0.92% -
XYZ 17.17 9.69 78.81 -
YUV 72.64 219.06 99.01 -
System Red Green Blue C M Y K H S L
Decimal 32 62 234 0.86 0.74 0 0.08 231.09 0.83 0.52
Hex 20 3E EA 56 4A 0 8 E7 53 34
Octal 40 76 352 126 112 0 10 347 123 64
Binary 100000 111110 11101010 1010110 1001010 0 1000 11100111 1010011 110100

Color Harmonies of #203EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203EEA

Black with #203EEA

Text Example


Text Example

White with #203EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,62,234); }

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

background-color css

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

 a { background-color: rgb(32,62,234); }

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

border-color css

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

 span { border-color: rgb(32,62,234); }

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