Html Css Color HEX #200FDF Medium Blue

📋 copy color: '#200FDF'

red 32 ◦ green 15 ◦ blue 223

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

Shades of Medium Blue #200FDF

Tints of Medium Blue #200FDF

RGB

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

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

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

R = 11.85%
G = 5.56%
B = 82.59%

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

#200FDF (or 0x200FDF) is known color: Medium Blue. HEX triplet: 20, 0F and DF. RGB value is (32,15,223). Sum of RGB (Red+Green+Blue) = 32+15+223=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 223 (87.5% from 255 or 82.59% from 270); Max value from RGB is 223 - color contains mainly: blue. Hex color #200FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200FDF is #DFF020. Grayscale: #2A2A2A. Windows color (decimal): -14676001 or 14618400. OLE color: 14618400.

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

Color convert

RGB 32 15 223 -
CMYK 0.86 0.93 0 0.13
HSL 244.9º 0.87% 0.47% -
HSV(B) 244.9º 0.93% 0.87% -
XYZ 14.09 5.98 70.22 -
YUV 43.8 229.13 119.59 -
System Red Green Blue C M Y K H S L
Decimal 32 15 223 0.86 0.93 0 0.13 244.9 0.87 0.47
Hex 20 F DF 56 5D 0 D F5 57 2F
Octal 40 17 337 126 135 0 15 365 127 57
Binary 100000 1111 11011111 1010110 1011101 0 1101 11110101 1010111 101111

Color Harmonies of #200FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200FDF

Black with #200FDF

Text Example


Text Example

White with #200FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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