Html Css Color HEX #2900CD Medium Blue

📋 copy color: '#2900CD'

red 41 ◦ green 0 ◦ blue 205

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

Shades of Medium Blue #2900CD

Tints of Medium Blue #2900CD

RGB

 RED value IS 41 (16.41% from 255) = 16.67%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 205 (80.47% from 255) = 83.33%

R = 16.67%
G = 0%
B = 83.33%

CMYK

 C value IS 0.8

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2900CD (or 0x2900CD) is known color: Medium Blue. HEX triplet: 29, 00 and CD. RGB value is (41,0,205). Sum of RGB (Red+Green+Blue) = 41+0+205=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 205 (80.47% from 255 or 83.33% from 246); Max value from RGB is 205 - color contains mainly: blue. Hex color #2900CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2900CD is #D6FF32. Grayscale: #222222. Windows color (decimal): -14090035 or 13434921. OLE color: 13434921.

HSL color Cylindrical-coordinate representation of color #2900CD: hue angle of 252º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2900CD is Cyan = 0.8, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 0 205 -
CMYK 0.8 1 0 0.20
HSL 252º 1% 0.4% -
HSV(B) 252º 1% 0.8% -
XYZ 11.93 4.88 58.07 -
YUV 35.63 223.58 131.83 -
System Red Green Blue C M Y K H S L
Decimal 41 0 205 0.8 1 0 0.20 252 1 0.4
Hex 29 0 CD 50 64 0 14 FC 64 28
Octal 51 0 315 120 144 0 24 374 144 50
Binary 101001 0 11001101 1010000 1100100 0 10100 11111100 1100100 101000

Color Harmonies of #2900CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2900CD

Black with #2900CD

Text Example


Text Example

White with #2900CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2900CD; }

 p { color: rgb(41,0,205); }

 H1.HeaderClassName
 {
   color: #2900CD;
 }
 .AnyTagClassName
 {
   color: #2900CD;
 }
</style>

background-color css

<style>
 a { background-color: #2900CD; }

 a { background-color: rgb(41,0,205); }

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

border-color css

<style>
 span { border-color: #2900CD; }

 span { border-color: rgb(41,0,205); }

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