Html Css Color HEX #1518CF Medium Blue

📋 copy color: '#1518CF'

red 21 ◦ green 24 ◦ blue 207

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

Shades of Medium Blue #1518CF

Tints of Medium Blue #1518CF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

 BLUE value IS 207 (81.25% from 255) = 82.14%

R = 8.33%
G = 9.52%
B = 82.14%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1518CF (or 0x1518CF) is known color: Medium Blue. HEX triplet: 15, 18 and CF. RGB value is (21,24,207). Sum of RGB (Red+Green+Blue) = 21+24+207=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 207 (81.25% from 255 or 82.14% from 252); Max value from RGB is 207 - color contains mainly: blue. Hex color #1518CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1518CF is #EAE730. Grayscale: #2B2B2B. Windows color (decimal): -15394609 or 13572117. OLE color: 13572117.

HSL color Cylindrical-coordinate representation of color #1518CF: hue angle of 239.03º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1518CF is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 24 207 -
CMYK 0.90 0.88 0 0.19
HSL 239.03º 0.82% 0.45% -
HSV(B) 239.03º 0.9% 0.81% -
XYZ 11.9 5.32 59.43 -
YUV 43.97 220.01 111.62 -
System Red Green Blue C M Y K H S L
Decimal 21 24 207 0.90 0.88 0 0.19 239.03 0.82 0.45
Hex 15 18 CF 5A 58 0 13 EF 52 2D
Octal 25 30 317 132 130 0 23 357 122 55
Binary 10101 11000 11001111 1011010 1011000 0 10011 11101111 1010010 101101

Color Harmonies of #1518CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1518CF

Black with #1518CF

Text Example


Text Example

White with #1518CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1518CF; }

 p { color: rgb(21,24,207); }

 H1.HeaderClassName
 {
   color: #1518CF;
 }
 .AnyTagClassName
 {
   color: #1518CF;
 }
</style>

background-color css

<style>
 a { background-color: #1518CF; }

 a { background-color: rgb(21,24,207); }

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

border-color css

<style>
 span { border-color: #1518CF; }

 span { border-color: rgb(21,24,207); }

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