Html Css Color HEX #150EF7 Blue

📋 copy color: '#150EF7'

red 21 ◦ green 14 ◦ blue 247

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

Shades of Blue #150EF7

Tints of Blue #150EF7

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.96%

 BLUE value IS 247 (96.88% from 255) = 87.59%

R = 7.45%
G = 4.96%
B = 87.59%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#150EF7 (or 0x150EF7) is known color: Blue. HEX triplet: 15, 0E and F7. RGB value is (21,14,247). Sum of RGB (Red+Green+Blue) = 21+14+247=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 247 (96.88% from 255 or 87.59% from 282); Max value from RGB is 247 - color contains mainly: blue. Hex color #150EF7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150EF7 is #EAF108. Grayscale: #292929. Windows color (decimal): -15397129 or 16190997. OLE color: 16190997.

HSL color Cylindrical-coordinate representation of color #150EF7: hue angle of 241.8º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150EF7 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 14 247 -
CMYK 0.91 0.94 0 0.03
HSL 241.8º 0.94% 0.51% -
HSV(B) 241.8º 0.94% 0.97% -
XYZ 17.25 7.19 88.47 -
YUV 42.66 243.32 112.55 -
System Red Green Blue C M Y K H S L
Decimal 21 14 247 0.91 0.94 0 0.03 241.8 0.94 0.51
Hex 15 E F7 5B 5E 0 3 F2 5E 33
Octal 25 16 367 133 136 0 3 362 136 63
Binary 10101 1110 11110111 1011011 1011110 0 11 11110010 1011110 110011

Color Harmonies of #150EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150EF7

Black with #150EF7

Text Example


Text Example

White with #150EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,14,247); }

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

background-color css

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

 a { background-color: rgb(21,14,247); }

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

border-color css

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

 span { border-color: rgb(21,14,247); }

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