Html Css Color HEX #2D01CD Medium Blue

📋 copy color: '#2D01CD'

red 45 ◦ green 1 ◦ blue 205

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

Shades of Medium Blue #2D01CD

Tints of Medium Blue #2D01CD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 17.93%
G = 0.4%
B = 81.67%

CMYK

 C value IS 0.78

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2D01CD (or 0x2D01CD) is known color: Medium Blue. HEX triplet: 2D, 01 and CD. RGB value is (45,1,205). Sum of RGB (Red+Green+Blue) = 45+1+205=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 205 (80.47% from 255 or 81.67% from 251); Max value from RGB is 205 - color contains mainly: blue. Hex color #2D01CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D01CD is #D2FE32. Grayscale: #242424. Windows color (decimal): -13827635 or 13435181. OLE color: 13435181.

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

Color convert

RGB 45 1 205 -
CMYK 0.78 1.00 0 0.20
HSL 252.94º 0.99% 0.4% -
HSV(B) 252.94º 1% 0.8% -
XYZ 12.11 4.99 58.08 -
YUV 37.41 222.58 133.41 -
System Red Green Blue C M Y K H S L
Decimal 45 1 205 0.78 1.00 0 0.20 252.94 0.99 0.4
Hex 2D 1 CD 4E 64 0 14 FD 63 28
Octal 55 1 315 116 144 0 24 375 143 50
Binary 101101 1 11001101 1001110 1100100 0 10100 11111101 1100011 101000

Color Harmonies of #2D01CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D01CD

Black with #2D01CD

Text Example


Text Example

White with #2D01CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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