Html Css Color HEX #1510EE Blue

📋 copy color: '#1510EE'

red 21 ◦ green 16 ◦ blue 238

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

Shades of Blue #1510EE

Tints of Blue #1510EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 86.55%

R = 7.64%
G = 5.82%
B = 86.55%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1510EE (or 0x1510EE) is known color: Blue. HEX triplet: 15, 10 and EE. RGB value is (21,16,238). Sum of RGB (Red+Green+Blue) = 21+16+238=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 238 (93.36% from 255 or 86.55% from 275); Max value from RGB is 238 - color contains mainly: blue. Hex color #1510EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1510EE is #EAEF11. Grayscale: #292929. Windows color (decimal): -15396626 or 15601685. OLE color: 15601685.

HSL color Cylindrical-coordinate representation of color #1510EE: hue angle of 241.35º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1510EE is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 16 238 -
CMYK 0.91 0.93 0 0.07
HSL 241.35º 0.87% 0.5% -
HSV(B) 241.35º 0.93% 0.93% -
XYZ 15.93 6.7 81.34 -
YUV 42.8 238.16 112.45 -
System Red Green Blue C M Y K H S L
Decimal 21 16 238 0.91 0.93 0 0.07 241.35 0.87 0.5
Hex 15 10 EE 5B 5D 0 7 F1 57 32
Octal 25 20 356 133 135 0 7 361 127 62
Binary 10101 10000 11101110 1011011 1011101 0 111 11110001 1010111 110010

Color Harmonies of #1510EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1510EE

Black with #1510EE

Text Example


Text Example

White with #1510EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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