Html Css Color HEX #200FDE Medium Blue

📋 copy color: '#200FDE'

red 32 ◦ green 15 ◦ blue 222

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

Shades of Medium Blue #200FDE

Tints of Medium Blue #200FDE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.58%

 BLUE value IS 222 (87.11% from 255) = 82.53%

R = 11.9%
G = 5.58%
B = 82.53%

CMYK

 C value IS 0.86

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#200FDE (or 0x200FDE) is known color: Medium Blue. HEX triplet: 20, 0F and DE. RGB value is (32,15,222). Sum of RGB (Red+Green+Blue) = 32+15+222=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 222 (87.11% from 255 or 82.53% from 269); Max value from RGB is 222 - color contains mainly: blue. Hex color #200FDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200FDE is #DFF021. Grayscale: #2A2A2A. Windows color (decimal): -14676002 or 14552864. OLE color: 14552864.

HSL color Cylindrical-coordinate representation of color #200FDE: hue angle of 244.93º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200FDE is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 15 222 -
CMYK 0.86 0.93 0 0.13
HSL 244.93º 0.87% 0.46% -
HSV(B) 244.93º 0.93% 0.87% -
XYZ 13.95 5.92 69.52 -
YUV 43.68 228.63 119.67 -
System Red Green Blue C M Y K H S L
Decimal 32 15 222 0.86 0.93 0 0.13 244.93 0.87 0.46
Hex 20 F DE 56 5D 0 D F5 57 2E
Octal 40 17 336 126 135 0 15 365 127 56
Binary 100000 1111 11011110 1010110 1011101 0 1101 11110101 1010111 101110

Color Harmonies of #200FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200FDE

Black with #200FDE

Text Example


Text Example

White with #200FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200FDE; }

 p { color: rgb(32,15,222); }

 H1.HeaderClassName
 {
   color: #200FDE;
 }
 .AnyTagClassName
 {
   color: #200FDE;
 }
</style>

background-color css

<style>
 a { background-color: #200FDE; }

 a { background-color: rgb(32,15,222); }

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

border-color css

<style>
 span { border-color: #200FDE; }

 span { border-color: rgb(32,15,222); }

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