#150AF4

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

Shades of Blue #150AF4

Tints of Blue #150AF4

Color information

#150AF4 (or 0x150AF4) is unknown color: approx Blue. HEX triplet: 15, 0A and F4. RGB value is (21,10,244). Sum of RGB (Red+Green+Blue) = 21+10+244=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 244 (95.70% from 255 or 88.73% from 275); Max value from RGB is 244 - color contains mainly: blue. Hex color #150AF4 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150AF4 is #EAF50B. Grayscale: #272727. Windows color (decimal): -15398156 or 15993365. OLE color: 15993365.

HSL color Cylindrical-coordinate representation of color #150AF4: hue angle of 242.82º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150AF4 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2110244-
CMYK0.910.9600.04
HSL242.82º92.13%49.8%-
HSV(B)242.82º95.9%95.69%-
XYZ16.756.9186.04-
YUV39.97243.14114.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.64%
GREEN value IS 10 (4.30% from 255) = 3.64%
BLUE value IS 244 (95.70% from 255) = 88.73%
R=7.64%
G=3.64%
B=88.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal21102440.910.9600.04242.8292.1349.8
Hex15AF45B6004f35c32
Octal25123641331400436313462
Binary10101101011110100101101111000000100111100111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,10,244); }

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

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

 a { background-color: rgb(21,10,244); }

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

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

 span { border-color: rgb(21,10,244); }

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