Html Css Color HEX #2415CD Medium Blue

📋 copy color: '#2415CD'

red 36 ◦ green 21 ◦ blue 205

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

Shades of Medium Blue #2415CD

Tints of Medium Blue #2415CD

RGB

 RED value IS 36 (14.45% from 255) = 13.74%

 GREEN value IS 21 (8.59% from 255) = 8.02%

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

R = 13.74%
G = 8.02%
B = 78.24%

CMYK

 C value IS 0.82

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2415CD (or 0x2415CD) is known color: Medium Blue. HEX triplet: 24, 15 and CD. RGB value is (36,21,205). Sum of RGB (Red+Green+Blue) = 36+21+205=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 205 (80.47% from 255 or 78.24% from 262); Max value from RGB is 205 - color contains mainly: blue. Hex color #2415CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2415CD is #DBEA32. Grayscale: #2D2D2D. Windows color (decimal): -14412339 or 13440292. OLE color: 13440292.

HSL color Cylindrical-coordinate representation of color #2415CD: hue angle of 244.89º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2415CD is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 21 205 -
CMYK 0.82 0.90 0 0.20
HSL 244.89º 0.81% 0.44% -
HSV(B) 244.89º 0.9% 0.8% -
XYZ 12.02 5.32 58.15 -
YUV 46.46 217.47 120.54 -
System Red Green Blue C M Y K H S L
Decimal 36 21 205 0.82 0.90 0 0.20 244.89 0.81 0.44
Hex 24 15 CD 52 5A 0 14 F5 51 2C
Octal 44 25 315 122 132 0 24 365 121 54
Binary 100100 10101 11001101 1010010 1011010 0 10100 11110101 1010001 101100

Color Harmonies of #2415CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2415CD

Black with #2415CD

Text Example


Text Example

White with #2415CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,21,205); }

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

background-color css

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

 a { background-color: rgb(36,21,205); }

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

border-color css

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

 span { border-color: rgb(36,21,205); }

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