Html Css Color HEX #1508CD Medium Blue

📋 copy color: '#1508CD'

red 21 ◦ green 8 ◦ blue 205

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

Shades of Medium Blue #1508CD

Tints of Medium Blue #1508CD

RGB

 RED value IS 21 (8.59% from 255) = 8.97%

 GREEN value IS 8 (3.52% from 255) = 3.42%

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

R = 8.97%
G = 3.42%
B = 87.61%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1508CD (or 0x1508CD) is known color: Medium Blue. HEX triplet: 15, 08 and CD. RGB value is (21,8,205). Sum of RGB (Red+Green+Blue) = 21+8+205=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 205 (80.47% from 255 or 87.61% from 234); Max value from RGB is 205 - color contains mainly: blue. Hex color #1508CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1508CD is #EAF732. Grayscale: #212121. Windows color (decimal): -15398707 or 13436949. OLE color: 13436949.

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

Color convert

RGB 21 8 205 -
CMYK 0.90 0.96 0 0.20
HSL 243.96º 0.92% 0.42% -
HSV(B) 243.96º 0.96% 0.8% -
XYZ 11.42 4.74 58.07 -
YUV 34.35 224.31 118.48 -
System Red Green Blue C M Y K H S L
Decimal 21 8 205 0.90 0.96 0 0.20 243.96 0.92 0.42
Hex 15 8 CD 5A 60 0 14 F4 5C 2A
Octal 25 10 315 132 140 0 24 364 134 52
Binary 10101 1000 11001101 1011010 1100000 0 10100 11110100 1011100 101010

Color Harmonies of #1508CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1508CD

Black with #1508CD

Text Example


Text Example

White with #1508CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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