Html Css Color HEX #150EFF Blue

📋 copy color: '#150EFF'

red 21 ◦ green 14 ◦ blue 255

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

Shades of Blue #150EFF

Tints of Blue #150EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 87.93%

R = 7.24%
G = 4.83%
B = 87.93%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#150EFF (or 0x150EFF) is known color: Blue. HEX triplet: 15, 0E and FF. RGB value is (21,14,255). Sum of RGB (Red+Green+Blue) = 21+14+255=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 255 (100% from 255 or 87.93% from 290); Max value from RGB is 255 - color contains mainly: blue. Hex color #150EFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150EFF is #EAF100. Grayscale: #2A2A2A. Windows color (decimal): -15397121 or 16715285. OLE color: 16715285.

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

Color convert

RGB 21 14 255 -
CMYK 0.92 0.95 0 0
HSL 241.74º 1% 0.53% -
HSV(B) 241.74º 0.95% 1% -
XYZ 18.52 7.69 95.12 -
YUV 43.57 247.32 111.9 -
System Red Green Blue C M Y K H S L
Decimal 21 14 255 0.92 0.95 0 0 241.74 1 0.53
Hex 15 E FF 5C 5F 0 0 F2 64 35
Octal 25 16 377 134 137 0 0 362 144 65
Binary 10101 1110 11111111 1011100 1011111 0 0 11110010 1100100 110101

Color Harmonies of #150EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150EFF

Black with #150EFF

Text Example


Text Example

White with #150EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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