Html Css Color HEX #150BFB Blue

📋 copy color: '#150BFB'

red 21 ◦ green 11 ◦ blue 251

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

Shades of Blue #150BFB

Tints of Blue #150BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 88.69%

R = 7.42%
G = 3.89%
B = 88.69%

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

#150BFB (or 0x150BFB) is known color: Blue. HEX triplet: 15, 0B and FB. RGB value is (21,11,251). Sum of RGB (Red+Green+Blue) = 21+11+251=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 251 (98.44% from 255 or 88.69% from 283); Max value from RGB is 251 - color contains mainly: blue. Hex color #150BFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150BFB is #EAF404. Grayscale: #282828. Windows color (decimal): -15397893 or 16452373. OLE color: 16452373.

HSL color Cylindrical-coordinate representation of color #150BFB: hue angle of 242.5º degrees, saturation: 0.97, 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 #150BFB is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 11 251 -
CMYK 0.92 0.96 0 0.02
HSL 242.5º 0.97% 0.51% -
HSV(B) 242.5º 0.96% 0.98% -
XYZ 17.84 7.36 91.75 -
YUV 41.35 246.31 113.49 -
System Red Green Blue C M Y K H S L
Decimal 21 11 251 0.92 0.96 0 0.02 242.5 0.97 0.51
Hex 15 B FB 5C 60 0 2 F2 61 33
Octal 25 13 373 134 140 0 2 362 141 63
Binary 10101 1011 11111011 1011100 1100000 0 10 11110010 1100001 110011

Color Harmonies of #150BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150BFB

Black with #150BFB

Text Example


Text Example

White with #150BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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