Html Css Color HEX #203FDF Persian Blue

📋 copy color: '#203FDF'

red 32 ◦ green 63 ◦ blue 223

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

Shades of Persian Blue #203FDF

Tints of Persian Blue #203FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.13%

R = 10.06%
G = 19.81%
B = 70.13%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#203FDF (or 0x203FDF) is known color: Persian Blue. HEX triplet: 20, 3F and DF. RGB value is (32,63,223). Sum of RGB (Red+Green+Blue) = 32+63+223=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 223 (87.5% from 255 or 70.13% from 318); Max value from RGB is 223 - color contains mainly: blue. Hex color #203FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FDF is #DFC020. Grayscale: #474747. Windows color (decimal): -14663713 or 14630688. OLE color: 14630688.

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

Color convert

RGB 32 63 223 -
CMYK 0.86 0.72 0 0.13
HSL 230.26º 0.75% 0.5% -
HSV(B) 230.26º 0.86% 0.87% -
XYZ 15.69 9.19 70.76 -
YUV 71.97 213.23 99.49 -
System Red Green Blue C M Y K H S L
Decimal 32 63 223 0.86 0.72 0 0.13 230.26 0.75 0.5
Hex 20 3F DF 56 48 0 D E6 4B 32
Octal 40 77 337 126 110 0 15 346 113 62
Binary 100000 111111 11011111 1010110 1001000 0 1101 11100110 1001011 110010

Color Harmonies of #203FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203FDF

Black with #203FDF

Text Example


Text Example

White with #203FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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