Html Css Color HEX #203FDA Persian Blue

📋 copy color: '#203FDA'

red 32 ◦ green 63 ◦ blue 218

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

Shades of Persian Blue #203FDA

Tints of Persian Blue #203FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.65%

R = 10.22%
G = 20.13%
B = 69.65%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#203FDA (or 0x203FDA) is known color: Persian Blue. HEX triplet: 20, 3F and DA. RGB value is (32,63,218). Sum of RGB (Red+Green+Blue) = 32+63+218=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #203FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FDA is #DFC025. Grayscale: #464646. Windows color (decimal): -14663718 or 14303008. OLE color: 14303008.

HSL color Cylindrical-coordinate representation of color #203FDA: hue angle of 230º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #203FDA is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 63 218 -
CMYK 0.85 0.71 0 0.15
HSL 230º 0.74% 0.49% -
HSV(B) 230º 0.85% 0.85% -
XYZ 15.03 8.92 67.26 -
YUV 71.4 210.73 99.9 -
System Red Green Blue C M Y K H S L
Decimal 32 63 218 0.85 0.71 0 0.15 230 0.74 0.49
Hex 20 3F DA 55 47 0 F E6 4A 31
Octal 40 77 332 125 107 0 17 346 112 61
Binary 100000 111111 11011010 1010101 1000111 0 1111 11100110 1001010 110001

Color Harmonies of #203FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203FDA

Black with #203FDA

Text Example


Text Example

White with #203FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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