Html Css Color HEX #200CE5 Medium Blue

📋 copy color: '#200CE5'

red 32 ◦ green 12 ◦ blue 229

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

Shades of Medium Blue #200CE5

Tints of Medium Blue #200CE5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.4%

 BLUE value IS 229 (89.84% from 255) = 83.88%

R = 11.72%
G = 4.4%
B = 83.88%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#200CE5 (or 0x200CE5) is known color: Medium Blue. HEX triplet: 20, 0C and E5. RGB value is (32,12,229). Sum of RGB (Red+Green+Blue) = 32+12+229=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 229 (89.84% from 255 or 83.88% from 273); Max value from RGB is 229 - color contains mainly: blue. Hex color #200CE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200CE5 is #DFF31A. Grayscale: #292929. Windows color (decimal): -14676763 or 15010848. OLE color: 15010848.

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

Color convert

RGB 32 12 229 -
CMYK 0.86 0.95 0 0.10
HSL 245.53º 0.9% 0.47% -
HSV(B) 245.53º 0.95% 0.9% -
XYZ 14.87 6.23 74.55 -
YUV 42.72 233.13 120.36 -
System Red Green Blue C M Y K H S L
Decimal 32 12 229 0.86 0.95 0 0.10 245.53 0.9 0.47
Hex 20 C E5 56 5F 0 A F6 5A 2F
Octal 40 14 345 126 137 0 12 366 132 57
Binary 100000 1100 11100101 1010110 1011111 0 1010 11110110 1011010 101111

Color Harmonies of #200CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200CE5

Black with #200CE5

Text Example


Text Example

White with #200CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,12,229); }

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

background-color css

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

 a { background-color: rgb(32,12,229); }

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

border-color css

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

 span { border-color: rgb(32,12,229); }

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