Html Css Color HEX #150EF0 Blue

📋 copy color: '#150EF0'

red 21 ◦ green 14 ◦ blue 240

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

Shades of Blue #150EF0

Tints of Blue #150EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 87.27%

R = 7.64%
G = 5.09%
B = 87.27%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#150EF0 (or 0x150EF0) is known color: Blue. HEX triplet: 15, 0E and F0. RGB value is (21,14,240). Sum of RGB (Red+Green+Blue) = 21+14+240=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 240 (94.14% from 255 or 87.27% from 275); Max value from RGB is 240 - color contains mainly: blue. Hex color #150EF0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150EF0 is #EAF10F. Grayscale: #282828. Windows color (decimal): -15397136 or 15732245. OLE color: 15732245.

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

Color convert

RGB 21 14 240 -
CMYK 0.91 0.94 0 0.06
HSL 241.86º 0.89% 0.5% -
HSV(B) 241.86º 0.94% 0.94% -
XYZ 16.19 6.76 82.89 -
YUV 41.86 239.82 113.12 -
System Red Green Blue C M Y K H S L
Decimal 21 14 240 0.91 0.94 0 0.06 241.86 0.89 0.5
Hex 15 E F0 5B 5E 0 6 F2 59 32
Octal 25 16 360 133 136 0 6 362 131 62
Binary 10101 1110 11110000 1011011 1011110 0 110 11110010 1011001 110010

Color Harmonies of #150EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150EF0

Black with #150EF0

Text Example


Text Example

White with #150EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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