Html Css Color HEX #1508C8 Medium Blue

📋 copy color: '#1508C8'

red 21 ◦ green 8 ◦ blue 200

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

Shades of Medium Blue #1508C8

Tints of Medium Blue #1508C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 87.34%

R = 9.17%
G = 3.49%
B = 87.34%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1508C8 (or 0x1508C8) is known color: Medium Blue. HEX triplet: 15, 08 and C8. RGB value is (21,8,200). Sum of RGB (Red+Green+Blue) = 21+8+200=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 200 (78.52% from 255 or 87.34% from 229); Max value from RGB is 200 - color contains mainly: blue. Hex color #1508C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1508C8 is #EAF737. Grayscale: #212121. Windows color (decimal): -15398712 or 13109269. OLE color: 13109269.

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

Color convert

RGB 21 8 200 -
CMYK 0.90 0.96 0 0.22
HSL 244.06º 0.92% 0.41% -
HSV(B) 244.06º 0.96% 0.78% -
XYZ 10.82 4.5 54.94 -
YUV 33.78 221.81 118.89 -
System Red Green Blue C M Y K H S L
Decimal 21 8 200 0.90 0.96 0 0.22 244.06 0.92 0.41
Hex 15 8 C8 5A 60 0 16 F4 5C 29
Octal 25 10 310 132 140 0 26 364 134 51
Binary 10101 1000 11001000 1011010 1100000 0 10110 11110100 1011100 101001

Color Harmonies of #1508C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1508C8

Black with #1508C8

Text Example


Text Example

White with #1508C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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