Html Css Color HEX #203DD0 Persian Blue

📋 copy color: '#203DD0'

red 32 ◦ green 61 ◦ blue 208

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

Shades of Persian Blue #203DD0

Tints of Persian Blue #203DD0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.27%

 BLUE value IS 208 (81.64% from 255) = 69.1%

R = 10.63%
G = 20.27%
B = 69.1%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#203DD0 (or 0x203DD0) is known color: Persian Blue. HEX triplet: 20, 3D and D0. RGB value is (32,61,208). Sum of RGB (Red+Green+Blue) = 32+61+208=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 208 (81.64% from 255 or 69.10% from 301); Max value from RGB is 208 - color contains mainly: blue. Hex color #203DD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203DD0 is #DFC22F. Grayscale: #444444. Windows color (decimal): -14664240 or 13647136. OLE color: 13647136.

HSL color Cylindrical-coordinate representation of color #203DD0: hue angle of 230.11º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #203DD0 is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 61 208 -
CMYK 0.85 0.71 0 0.18
HSL 230.11º 0.73% 0.47% -
HSV(B) 230.11º 0.85% 0.82% -
XYZ 13.65 8.2 60.54 -
YUV 69.09 206.39 101.55 -
System Red Green Blue C M Y K H S L
Decimal 32 61 208 0.85 0.71 0 0.18 230.11 0.73 0.47
Hex 20 3D D0 55 47 0 12 E6 49 2F
Octal 40 75 320 125 107 0 22 346 111 57
Binary 100000 111101 11010000 1010101 1000111 0 10010 11100110 1001001 101111

Color Harmonies of #203DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203DD0

Black with #203DD0

Text Example


Text Example

White with #203DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,61,208); }

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

background-color css

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

 a { background-color: rgb(32,61,208); }

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

border-color css

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

 span { border-color: rgb(32,61,208); }

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