Html Css Color HEX #1500DE Medium Blue

📋 copy color: '#1500DE'

red 21 ◦ green 0 ◦ blue 222

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

Shades of Medium Blue #1500DE

Tints of Medium Blue #1500DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 91.36%

R = 8.64%
G = 0%
B = 91.36%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1500DE (or 0x1500DE) is known color: Medium Blue. HEX triplet: 15, 00 and DE. RGB value is (21,0,222). Sum of RGB (Red+Green+Blue) = 21+0+222=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 222 (87.11% from 255 or 91.36% from 243); Max value from RGB is 222 - color contains mainly: blue. Hex color #1500DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1500DE is #EAFF21. Grayscale: #1E1E1E. Windows color (decimal): -15400738 or 14549013. OLE color: 14549013.

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

Color convert

RGB 21 0 222 -
CMYK 0.91 1 0 0.13
HSL 245.68º 1% 0.44% -
HSV(B) 245.68º 1% 0.87% -
XYZ 13.49 5.43 69.44 -
YUV 31.59 235.46 120.45 -
System Red Green Blue C M Y K H S L
Decimal 21 0 222 0.91 1 0 0.13 245.68 1 0.44
Hex 15 0 DE 5B 64 0 D F6 64 2C
Octal 25 0 336 133 144 0 15 366 144 54
Binary 10101 0 11011110 1011011 1100100 0 1101 11110110 1100100 101100

Color Harmonies of #1500DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1500DE

Black with #1500DE

Text Example


Text Example

White with #1500DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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