Html Css Color HEX #200FDD Medium Blue

📋 copy color: '#200FDD'

red 32 ◦ green 15 ◦ blue 221

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

Shades of Medium Blue #200FDD

Tints of Medium Blue #200FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 82.46%

R = 11.94%
G = 5.6%
B = 82.46%

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

#200FDD (or 0x200FDD) is known color: Medium Blue. HEX triplet: 20, 0F and DD. RGB value is (32,15,221). Sum of RGB (Red+Green+Blue) = 32+15+221=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 221 (86.72% from 255 or 82.46% from 268); Max value from RGB is 221 - color contains mainly: blue. Hex color #200FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200FDD is #DFF022. Grayscale: #2A2A2A. Windows color (decimal): -14676003 or 14487328. OLE color: 14487328.

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

Color convert

RGB 32 15 221 -
CMYK 0.86 0.93 0 0.13
HSL 244.95º 0.87% 0.46% -
HSV(B) 244.95º 0.93% 0.87% -
XYZ 13.82 5.87 68.81 -
YUV 43.57 228.13 119.75 -
System Red Green Blue C M Y K H S L
Decimal 32 15 221 0.86 0.93 0 0.13 244.95 0.87 0.46
Hex 20 F DD 56 5D 0 D F5 57 2E
Octal 40 17 335 126 135 0 15 365 127 56
Binary 100000 1111 11011101 1010110 1011101 0 1101 11110101 1010111 101110

Color Harmonies of #200FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200FDD

Black with #200FDD

Text Example


Text Example

White with #200FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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