Html Css Color HEX #200FCE Medium Blue

📋 copy color: '#200FCE'

red 32 ◦ green 15 ◦ blue 206

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

Shades of Medium Blue #200FCE

Tints of Medium Blue #200FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 81.42%

R = 12.65%
G = 5.93%
B = 81.42%

CMYK

 C value IS 0.84

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#200FCE (or 0x200FCE) is known color: Medium Blue. HEX triplet: 20, 0F and CE. RGB value is (32,15,206). Sum of RGB (Red+Green+Blue) = 32+15+206=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 206 (80.86% from 255 or 81.42% from 253); Max value from RGB is 206 - color contains mainly: blue. Hex color #200FCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200FCE is #DFF031. Grayscale: #292929. Windows color (decimal): -14676018 or 13504288. OLE color: 13504288.

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

Color convert

RGB 32 15 206 -
CMYK 0.84 0.93 0 0.19
HSL 245.34º 0.86% 0.43% -
HSV(B) 245.34º 0.93% 0.81% -
XYZ 11.91 5.1 58.75 -
YUV 41.86 220.63 120.97 -
System Red Green Blue C M Y K H S L
Decimal 32 15 206 0.84 0.93 0 0.19 245.34 0.86 0.43
Hex 20 F CE 54 5D 0 13 F5 56 2B
Octal 40 17 316 124 135 0 23 365 126 53
Binary 100000 1111 11001110 1010100 1011101 0 10011 11110101 1010110 101011

Color Harmonies of #200FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200FCE

Black with #200FCE

Text Example


Text Example

White with #200FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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