Html Css Color HEX #1508DF Medium Blue

📋 copy color: '#1508DF'

red 21 ◦ green 8 ◦ blue 223

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

Shades of Medium Blue #1508DF

Tints of Medium Blue #1508DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 88.49%

R = 8.33%
G = 3.17%
B = 88.49%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1508DF (or 0x1508DF) is known color: Medium Blue. HEX triplet: 15, 08 and DF. RGB value is (21,8,223). Sum of RGB (Red+Green+Blue) = 21+8+223=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 223 (87.5% from 255 or 88.49% from 252); Max value from RGB is 223 - color contains mainly: blue. Hex color #1508DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1508DF is #EAF720. Grayscale: #232323. Windows color (decimal): -15398689 or 14616597. OLE color: 14616597.

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

Color convert

RGB 21 8 223 -
CMYK 0.91 0.96 0 0.13
HSL 243.63º 0.93% 0.45% -
HSV(B) 243.63º 0.96% 0.87% -
XYZ 13.72 5.66 70.18 -
YUV 36.4 233.31 117.02 -
System Red Green Blue C M Y K H S L
Decimal 21 8 223 0.91 0.96 0 0.13 243.63 0.93 0.45
Hex 15 8 DF 5B 60 0 D F4 5D 2D
Octal 25 10 337 133 140 0 15 364 135 55
Binary 10101 1000 11011111 1011011 1100000 0 1101 11110100 1011101 101101

Color Harmonies of #1508DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1508DF

Black with #1508DF

Text Example


Text Example

White with #1508DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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