Html Css Color HEX #150AFC Blue

📋 copy color: '#150AFC'

red 21 ◦ green 10 ◦ blue 252

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

Shades of Blue #150AFC

Tints of Blue #150AFC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.53%

 BLUE value IS 252 (98.83% from 255) = 89.05%

R = 7.42%
G = 3.53%
B = 89.05%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#150AFC (or 0x150AFC) is known color: Blue. HEX triplet: 15, 0A and FC. RGB value is (21,10,252). Sum of RGB (Red+Green+Blue) = 21+10+252=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 252 (98.83% from 255 or 89.05% from 283); Max value from RGB is 252 - color contains mainly: blue. Hex color #150AFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150AFC is #EAF503. Grayscale: #272727. Windows color (decimal): -15398148 or 16517653. OLE color: 16517653.

HSL color Cylindrical-coordinate representation of color #150AFC: hue angle of 242.73º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150AFC is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 10 252 -
CMYK 0.92 0.96 0 0.01
HSL 242.73º 0.98% 0.51% -
HSV(B) 242.73º 0.96% 0.99% -
XYZ 17.99 7.4 92.58 -
YUV 40.88 247.14 113.82 -
System Red Green Blue C M Y K H S L
Decimal 21 10 252 0.92 0.96 0 0.01 242.73 0.98 0.51
Hex 15 A FC 5C 60 0 1 F3 62 33
Octal 25 12 374 134 140 0 1 363 142 63
Binary 10101 1010 11111100 1011100 1100000 0 1 11110011 1100010 110011

Color Harmonies of #150AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150AFC

Black with #150AFC

Text Example


Text Example

White with #150AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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