Html Css Color HEX #1510CE Medium Blue

📋 copy color: '#1510CE'

red 21 ◦ green 16 ◦ blue 206

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

Shades of Medium Blue #1510CE

Tints of Medium Blue #1510CE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.58%

 BLUE value IS 206 (80.86% from 255) = 84.77%

R = 8.64%
G = 6.58%
B = 84.77%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1510CE (or 0x1510CE) is known color: Medium Blue. HEX triplet: 15, 10 and CE. RGB value is (21,16,206). Sum of RGB (Red+Green+Blue) = 21+16+206=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 206 (80.86% from 255 or 84.77% from 243); Max value from RGB is 206 - color contains mainly: blue. Hex color #1510CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1510CE is #EAEF31. Grayscale: #262626. Windows color (decimal): -15396658 or 13504533. OLE color: 13504533.

HSL color Cylindrical-coordinate representation of color #1510CE: hue angle of 241.58º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1510CE is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 16 206 -
CMYK 0.90 0.92 0 0.19
HSL 241.58º 0.86% 0.44% -
HSV(B) 241.58º 0.92% 0.81% -
XYZ 11.64 4.99 58.74 -
YUV 39.16 222.16 115.05 -
System Red Green Blue C M Y K H S L
Decimal 21 16 206 0.90 0.92 0 0.19 241.58 0.86 0.44
Hex 15 10 CE 5A 5C 0 13 F2 56 2C
Octal 25 20 316 132 134 0 23 362 126 54
Binary 10101 10000 11001110 1011010 1011100 0 10011 11110010 1010110 101100

Color Harmonies of #1510CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1510CE

Black with #1510CE

Text Example


Text Example

White with #1510CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1510CE; }

 p { color: rgb(21,16,206); }

 H1.HeaderClassName
 {
   color: #1510CE;
 }
 .AnyTagClassName
 {
   color: #1510CE;
 }
</style>

background-color css

<style>
 a { background-color: #1510CE; }

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

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

border-color css

<style>
 span { border-color: #1510CE; }

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

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