Html Css Color HEX #2D10CD Medium Blue

📋 copy color: '#2D10CD'

red 45 ◦ green 16 ◦ blue 205

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

Shades of Medium Blue #2D10CD

Tints of Medium Blue #2D10CD

RGB

 RED value IS 45 (17.97% from 255) = 16.92%

 GREEN value IS 16 (6.64% from 255) = 6.02%

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

R = 16.92%
G = 6.02%
B = 77.07%

CMYK

 C value IS 0.78

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2D10CD (or 0x2D10CD) is known color: Medium Blue. HEX triplet: 2D, 10 and CD. RGB value is (45,16,205). Sum of RGB (Red+Green+Blue) = 45+16+205=266 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.92% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 205 (80.47% from 255 or 77.07% from 266); Max value from RGB is 205 - color contains mainly: blue. Hex color #2D10CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D10CD is #D2EF32. Grayscale: #2D2D2D. Windows color (decimal): -13823795 or 13439021. OLE color: 13439021.

HSL color Cylindrical-coordinate representation of color #2D10CD: hue angle of 249.21º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D10CD is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 45 16 205 -
CMYK 0.78 0.92 0 0.20
HSL 249.21º 0.86% 0.43% -
HSV(B) 249.21º 0.92% 0.8% -
XYZ 12.29 5.34 58.14 -
YUV 46.22 217.61 127.13 -
System Red Green Blue C M Y K H S L
Decimal 45 16 205 0.78 0.92 0 0.20 249.21 0.86 0.43
Hex 2D 10 CD 4E 5C 0 14 F9 56 2B
Octal 55 20 315 116 134 0 24 371 126 53
Binary 101101 10000 11001101 1001110 1011100 0 10100 11111001 1010110 101011

Color Harmonies of #2D10CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D10CD

Black with #2D10CD

Text Example


Text Example

White with #2D10CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D10CD; }

 p { color: rgb(45,16,205); }

 H1.HeaderClassName
 {
   color: #2D10CD;
 }
 .AnyTagClassName
 {
   color: #2D10CD;
 }
</style>

background-color css

<style>
 a { background-color: #2D10CD; }

 a { background-color: rgb(45,16,205); }

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

border-color css

<style>
 span { border-color: #2D10CD; }

 span { border-color: rgb(45,16,205); }

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