Html Css Color HEX #150DDC Medium Blue

📋 copy color: '#150DDC'

red 21 ◦ green 13 ◦ blue 220

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

Shades of Medium Blue #150DDC

Tints of Medium Blue #150DDC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.12%

 BLUE value IS 220 (86.33% from 255) = 86.61%

R = 8.27%
G = 5.12%
B = 86.61%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#150DDC (or 0x150DDC) is known color: Medium Blue. HEX triplet: 15, 0D and DC. RGB value is (21,13,220). Sum of RGB (Red+Green+Blue) = 21+13+220=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 220 (86.33% from 255 or 86.61% from 254); Max value from RGB is 220 - color contains mainly: blue. Hex color #150DDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150DDC is #EAF223. Grayscale: #262626. Windows color (decimal): -15397412 or 14421269. OLE color: 14421269.

HSL color Cylindrical-coordinate representation of color #150DDC: hue angle of 242.32º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150DDC is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 13 220 -
CMYK 0.90 0.94 0 0.14
HSL 242.32º 0.89% 0.46% -
HSV(B) 242.32º 0.94% 0.86% -
XYZ 13.37 5.61 68.09 -
YUV 38.99 230.15 115.17 -
System Red Green Blue C M Y K H S L
Decimal 21 13 220 0.90 0.94 0 0.14 242.32 0.89 0.46
Hex 15 D DC 5A 5E 0 E F2 59 2E
Octal 25 15 334 132 136 0 16 362 131 56
Binary 10101 1101 11011100 1011010 1011110 0 1110 11110010 1011001 101110

Color Harmonies of #150DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150DDC

Black with #150DDC

Text Example


Text Example

White with #150DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150DDC; }

 p { color: rgb(21,13,220); }

 H1.HeaderClassName
 {
   color: #150DDC;
 }
 .AnyTagClassName
 {
   color: #150DDC;
 }
</style>

background-color css

<style>
 a { background-color: #150DDC; }

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

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

border-color css

<style>
 span { border-color: #150DDC; }

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

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