#150CDA

Color #150CDA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #150CDA

Tints of Medium Blue #150CDA

Color information

#150CDA (or 0x150CDA) is unknown color: approx Medium Blue. HEX triplet: 15, 0C and DA. RGB value is (21,12,218). Sum of RGB (Red+Green+Blue) = 21+12+218=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 218 (85.55% from 255 or 86.85% from 251); Max value from RGB is 218 - color contains mainly: blue. Hex color #150CDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150CDA is #EAF325. Grayscale: #252525. Windows color (decimal): -15397670 or 14289941. OLE color: 14289941.

HSL color Cylindrical-coordinate representation of color #150CDA: hue angle of 242.62º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150CDA is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2112218-
CMYK0.900.9400.15
HSL242.62º89.57%45.1%-
HSV(B)242.62º94.5%85.49%-
XYZ13.15.4866.7-
YUV38.17229.48115.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.37%
GREEN value IS 12 (5.08% from 255) = 4.78%
BLUE value IS 218 (85.55% from 255) = 86.85%
R=8.37%
G=4.78%
B=86.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21122180.900.9400.15242.6289.5745.1
Hex15CDA5A5E0Ff35a2d
Octal251433213213601736313255
Binary101011100110110101011010101111001111111100111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,12,218); }

 H1.HeaderClassName
 {
   color: #150CDA;
 }
 .AnyTagClassName
 {
   color: #150CDA;
 }
</style>
background-color css

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

 a { background-color: rgb(21,12,218); }

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

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

 span { border-color: rgb(21,12,218); }

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