Html Css Color HEX #200FCC Medium Blue

📋 copy color: '#200FCC'

red 32 ◦ green 15 ◦ blue 204

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

Shades of Medium Blue #200FCC

Tints of Medium Blue #200FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 81.27%

R = 12.75%
G = 5.98%
B = 81.27%

CMYK

 C value IS 0.84

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#200FCC (or 0x200FCC) is known color: Medium Blue. HEX triplet: 20, 0F and CC. RGB value is (32,15,204). Sum of RGB (Red+Green+Blue) = 32+15+204=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 204 (80.08% from 255 or 81.27% from 251); Max value from RGB is 204 - color contains mainly: blue. Hex color #200FCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200FCC is #DFF033. Grayscale: #282828. Windows color (decimal): -14676020 or 13373216. OLE color: 13373216.

HSL color Cylindrical-coordinate representation of color #200FCC: hue angle of 245.4º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200FCC is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 15 204 -
CMYK 0.84 0.93 0 0.2
HSL 245.4º 0.86% 0.43% -
HSV(B) 245.4º 0.93% 0.8% -
XYZ 11.67 5.01 57.48 -
YUV 41.63 219.63 121.13 -
System Red Green Blue C M Y K H S L
Decimal 32 15 204 0.84 0.93 0 0.2 245.4 0.86 0.43
Hex 20 F CC 54 5D 0 14 F5 56 2B
Octal 40 17 314 124 135 0 24 365 126 53
Binary 100000 1111 11001100 1010100 1011101 0 10100 11110101 1010110 101011

Color Harmonies of #200FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200FCC

Black with #200FCC

Text Example


Text Example

White with #200FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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