Html Css Color HEX #150BE8 Blue

📋 copy color: '#150BE8'

red 21 ◦ green 11 ◦ blue 232

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

Shades of Blue #150BE8

Tints of Blue #150BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 87.88%

R = 7.95%
G = 4.17%
B = 87.88%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#150BE8 (or 0x150BE8) is known color: Blue. HEX triplet: 15, 0B and E8. RGB value is (21,11,232). Sum of RGB (Red+Green+Blue) = 21+11+232=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 232 (91.02% from 255 or 87.88% from 264); Max value from RGB is 232 - color contains mainly: blue. Hex color #150BE8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150BE8 is #EAF417. Grayscale: #262626. Windows color (decimal): -15397912 or 15207189. OLE color: 15207189.

HSL color Cylindrical-coordinate representation of color #150BE8: hue angle of 242.71º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150BE8 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 21 11 232 -
CMYK 0.91 0.95 0 0.09
HSL 242.71º 0.91% 0.48% -
HSV(B) 242.71º 0.95% 0.91% -
XYZ 14.99 6.22 76.76 -
YUV 39.18 236.81 115.03 -
System Red Green Blue C M Y K H S L
Decimal 21 11 232 0.91 0.95 0 0.09 242.71 0.91 0.48
Hex 15 B E8 5B 5F 0 9 F3 5B 30
Octal 25 13 350 133 137 0 11 363 133 60
Binary 10101 1011 11101000 1011011 1011111 0 1001 11110011 1011011 110000

Color Harmonies of #150BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150BE8

Black with #150BE8

Text Example


Text Example

White with #150BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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