Html Css Color HEX #150BEB Blue

📋 copy color: '#150BEB'

red 21 ◦ green 11 ◦ blue 235

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

Shades of Blue #150BEB

Tints of Blue #150BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 88.01%

R = 7.87%
G = 4.12%
B = 88.01%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#150BEB (or 0x150BEB) is known color: Blue. HEX triplet: 15, 0B and EB. RGB value is (21,11,235). Sum of RGB (Red+Green+Blue) = 21+11+235=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 235 (92.19% from 255 or 88.01% from 267); Max value from RGB is 235 - color contains mainly: blue. Hex color #150BEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150BEB is #EAF414. Grayscale: #262626. Windows color (decimal): -15397909 or 15403797. OLE color: 15403797.

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

Color convert

RGB 21 11 235 -
CMYK 0.91 0.95 0 0.08
HSL 242.68º 0.91% 0.48% -
HSV(B) 242.68º 0.95% 0.92% -
XYZ 15.42 6.4 79.02 -
YUV 39.53 238.31 114.79 -
System Red Green Blue C M Y K H S L
Decimal 21 11 235 0.91 0.95 0 0.08 242.68 0.91 0.48
Hex 15 B EB 5B 5F 0 8 F3 5B 30
Octal 25 13 353 133 137 0 10 363 133 60
Binary 10101 1011 11101011 1011011 1011111 0 1000 11110011 1011011 110000

Color Harmonies of #150BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150BEB

Black with #150BEB

Text Example


Text Example

White with #150BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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