Html Css Color HEX #1508DC Medium Blue

📋 copy color: '#1508DC'

red 21 ◦ green 8 ◦ blue 220

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

Shades of Medium Blue #1508DC

Tints of Medium Blue #1508DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 88.35%

R = 8.43%
G = 3.21%
B = 88.35%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1508DC (or 0x1508DC) is known color: Medium Blue. HEX triplet: 15, 08 and DC. RGB value is (21,8,220). Sum of RGB (Red+Green+Blue) = 21+8+220=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 220 (86.33% from 255 or 88.35% from 249); Max value from RGB is 220 - color contains mainly: blue. Hex color #1508DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1508DC is #EAF723. Grayscale: #232323. Windows color (decimal): -15398692 or 14419989. OLE color: 14419989.

HSL color Cylindrical-coordinate representation of color #1508DC: hue angle of 243.68º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1508DC is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 8 220 -
CMYK 0.90 0.96 0 0.14
HSL 243.68º 0.93% 0.45% -
HSV(B) 243.68º 0.96% 0.86% -
XYZ 13.31 5.5 68.07 -
YUV 36.06 231.81 117.26 -
System Red Green Blue C M Y K H S L
Decimal 21 8 220 0.90 0.96 0 0.14 243.68 0.93 0.45
Hex 15 8 DC 5A 60 0 E F4 5D 2D
Octal 25 10 334 132 140 0 16 364 135 55
Binary 10101 1000 11011100 1011010 1100000 0 1110 11110100 1011101 101101

Color Harmonies of #1508DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1508DC

Black with #1508DC

Text Example


Text Example

White with #1508DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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