Html Css Color HEX #203FE4 Persian Blue

📋 copy color: '#203FE4'

red 32 ◦ green 63 ◦ blue 228

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

Shades of Persian Blue #203FE4

Tints of Persian Blue #203FE4

RGB

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

 GREEN value IS 63 (25% from 255) = 19.5%

 BLUE value IS 228 (89.45% from 255) = 70.59%

R = 9.91%
G = 19.5%
B = 70.59%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#203FE4 (or 0x203FE4) is known color: Persian Blue. HEX triplet: 20, 3F and E4. RGB value is (32,63,228). Sum of RGB (Red+Green+Blue) = 32+63+228=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 228 (89.45% from 255 or 70.59% from 323); Max value from RGB is 228 - color contains mainly: blue. Hex color #203FE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FE4 is #DFC01B. Grayscale: #474747. Windows color (decimal): -14663708 or 14958368. OLE color: 14958368.

HSL color Cylindrical-coordinate representation of color #203FE4: hue angle of 230.51º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #203FE4 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 32 63 228 -
CMYK 0.86 0.72 0 0.11
HSL 230.51º 0.78% 0.51% -
HSV(B) 230.51º 0.86% 0.89% -
XYZ 16.38 9.46 74.36 -
YUV 72.54 215.73 99.08 -
System Red Green Blue C M Y K H S L
Decimal 32 63 228 0.86 0.72 0 0.11 230.51 0.78 0.51
Hex 20 3F E4 56 48 0 B E7 4E 33
Octal 40 77 344 126 110 0 13 347 116 63
Binary 100000 111111 11100100 1010110 1001000 0 1011 11100111 1001110 110011

Color Harmonies of #203FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203FE4

Black with #203FE4

Text Example


Text Example

White with #203FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,63,228); }

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

background-color css

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

 a { background-color: rgb(32,63,228); }

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

border-color css

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

 span { border-color: rgb(32,63,228); }

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