Html Css Color HEX #2315CD Medium Blue

📋 copy color: '#2315CD'

red 35 ◦ green 21 ◦ blue 205

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

Shades of Medium Blue #2315CD

Tints of Medium Blue #2315CD

RGB

 RED value IS 35 (14.06% from 255) = 13.41%

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

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

R = 13.41%
G = 8.05%
B = 78.54%

CMYK

 C value IS 0.83

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2315CD (or 0x2315CD) is known color: Medium Blue. HEX triplet: 23, 15 and CD. RGB value is (35,21,205). Sum of RGB (Red+Green+Blue) = 35+21+205=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 205 (80.47% from 255 or 78.54% from 261); Max value from RGB is 205 - color contains mainly: blue. Hex color #2315CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2315CD is #DCEA32. Grayscale: #2D2D2D. Windows color (decimal): -14477875 or 13440291. OLE color: 13440291.

HSL color Cylindrical-coordinate representation of color #2315CD: hue angle of 244.57º 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 #2315CD is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 21 205 -
CMYK 0.83 0.90 0 0.20
HSL 244.57º 0.81% 0.44% -
HSV(B) 244.57º 0.9% 0.8% -
XYZ 11.98 5.3 58.15 -
YUV 46.16 217.64 120.04 -
System Red Green Blue C M Y K H S L
Decimal 35 21 205 0.83 0.90 0 0.20 244.57 0.81 0.44
Hex 23 15 CD 53 5A 0 14 F5 51 2C
Octal 43 25 315 123 132 0 24 365 121 54
Binary 100011 10101 11001101 1010011 1011010 0 10100 11110101 1010001 101100

Color Harmonies of #2315CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2315CD

Black with #2315CD

Text Example


Text Example

White with #2315CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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