Html Css Color HEX #200CCB Medium Blue

📋 copy color: '#200CCB'

red 32 ◦ green 12 ◦ blue 203

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

Shades of Medium Blue #200CCB

Tints of Medium Blue #200CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 82.19%

R = 12.96%
G = 4.86%
B = 82.19%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#200CCB (or 0x200CCB) is known color: Medium Blue. HEX triplet: 20, 0C and CB. RGB value is (32,12,203). Sum of RGB (Red+Green+Blue) = 32+12+203=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 203 (79.69% from 255 or 82.19% from 247); Max value from RGB is 203 - color contains mainly: blue. Hex color #200CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200CCB is #DFF334. Grayscale: #272727. Windows color (decimal): -14676789 or 13306912. OLE color: 13306912.

HSL color Cylindrical-coordinate representation of color #200CCB: hue angle of 246.28º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200CCB is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 12 203 -
CMYK 0.84 0.94 0 0.20
HSL 246.28º 0.89% 0.42% -
HSV(B) 246.28º 0.94% 0.8% -
XYZ 11.51 4.88 56.84 -
YUV 39.75 220.13 122.47 -
System Red Green Blue C M Y K H S L
Decimal 32 12 203 0.84 0.94 0 0.20 246.28 0.89 0.42
Hex 20 C CB 54 5E 0 14 F6 59 2A
Octal 40 14 313 124 136 0 24 366 131 52
Binary 100000 1100 11001011 1010100 1011110 0 10100 11110110 1011001 101010

Color Harmonies of #200CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200CCB

Black with #200CCB

Text Example


Text Example

White with #200CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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