Html Css Color HEX #1500ED Blue

📋 copy color: '#1500ED'

red 21 ◦ green 0 ◦ blue 237

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

Shades of Blue #1500ED

Tints of Blue #1500ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 237 (92.97% from 255) = 91.86%

R = 8.14%
G = 0%
B = 91.86%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1500ED (or 0x1500ED) is known color: Blue. HEX triplet: 15, 00 and ED. RGB value is (21,0,237). Sum of RGB (Red+Green+Blue) = 21+0+237=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 237 (92.97% from 255 or 91.86% from 258); Max value from RGB is 237 - color contains mainly: blue. Hex color #1500ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1500ED is #EAFF12. Grayscale: #202020. Windows color (decimal): -15400723 or 15532053. OLE color: 15532053.

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

Color convert

RGB 21 0 237 -
CMYK 0.91 1 0 0.07
HSL 245.32º 1% 0.46% -
HSV(B) 245.32º 1% 0.93% -
XYZ 15.6 6.27 80.51 -
YUV 33.3 242.96 119.23 -
System Red Green Blue C M Y K H S L
Decimal 21 0 237 0.91 1 0 0.07 245.32 1 0.46
Hex 15 0 ED 5B 64 0 7 F5 64 2E
Octal 25 0 355 133 144 0 7 365 144 56
Binary 10101 0 11101101 1011011 1100100 0 111 11110101 1100100 101110

Color Harmonies of #1500ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1500ED

Black with #1500ED

Text Example


Text Example

White with #1500ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1500ED; }

 p { color: rgb(21,0,237); }

 H1.HeaderClassName
 {
   color: #1500ED;
 }
 .AnyTagClassName
 {
   color: #1500ED;
 }
</style>

background-color css

<style>
 a { background-color: #1500ED; }

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

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

border-color css

<style>
 span { border-color: #1500ED; }

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

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