Html Css Color HEX #1515CF Medium Blue

📋 copy color: '#1515CF'

red 21 ◦ green 21 ◦ blue 207

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

Shades of Medium Blue #1515CF

Tints of Medium Blue #1515CF

RGB

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

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

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

R = 8.43%
G = 8.43%
B = 83.13%

CMYK

 C value IS 0.90

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1515CF (or 0x1515CF) is known color: Medium Blue. HEX triplet: 15, 15 and CF. RGB value is (21,21,207). Sum of RGB (Red+Green+Blue) = 21+21+207=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 207 (81.25% from 255 or 83.13% from 249); Max value from RGB is 207 - color contains mainly: blue. Hex color #1515CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1515CF is #EAEA30. Grayscale: #292929. Windows color (decimal): -15395377 or 13571349. OLE color: 13571349.

HSL color Cylindrical-coordinate representation of color #1515CF: hue angle of 240º 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 #1515CF is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 21 207 -
CMYK 0.90 0.90 0 0.19
HSL 240º 0.82% 0.45% -
HSV(B) 240º 0.9% 0.81% -
XYZ 11.84 5.2 59.41 -
YUV 42.2 221 112.88 -
System Red Green Blue C M Y K H S L
Decimal 21 21 207 0.90 0.90 0 0.19 240 0.82 0.45
Hex 15 15 CF 5A 5A 0 13 F0 52 2D
Octal 25 25 317 132 132 0 23 360 122 55
Binary 10101 10101 11001111 1011010 1011010 0 10011 11110000 1010010 101101

Color Harmonies of #1515CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1515CF

Black with #1515CF

Text Example


Text Example

White with #1515CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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