Html Css Color HEX #150BFA Blue

📋 copy color: '#150BFA'

red 21 ◦ green 11 ◦ blue 250

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

Shades of Blue #150BFA

Tints of Blue #150BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.9%

 BLUE value IS 250 (98.05% from 255) = 88.65%

R = 7.45%
G = 3.9%
B = 88.65%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#150BFA (or 0x150BFA) is known color: Blue. HEX triplet: 15, 0B and FA. RGB value is (21,11,250). Sum of RGB (Red+Green+Blue) = 21+11+250=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 250 (98.05% from 255 or 88.65% from 282); Max value from RGB is 250 - color contains mainly: blue. Hex color #150BFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150BFA is #EAF405. Grayscale: #282828. Windows color (decimal): -15397894 or 16386837. OLE color: 16386837.

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

Color convert

RGB 21 11 250 -
CMYK 0.92 0.96 0 0.02
HSL 242.51º 0.96% 0.51% -
HSV(B) 242.51º 0.96% 0.98% -
XYZ 17.68 7.3 90.92 -
YUV 41.24 245.81 113.57 -
System Red Green Blue C M Y K H S L
Decimal 21 11 250 0.92 0.96 0 0.02 242.51 0.96 0.51
Hex 15 B FA 5C 60 0 2 F3 60 33
Octal 25 13 372 134 140 0 2 363 140 63
Binary 10101 1011 11111010 1011100 1100000 0 10 11110011 1100000 110011

Color Harmonies of #150BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150BFA

Black with #150BFA

Text Example


Text Example

White with #150BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,11,250); }

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

background-color css

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

 a { background-color: rgb(21,11,250); }

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

border-color css

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

 span { border-color: rgb(21,11,250); }

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