Html Css Color HEX #150FFD Blue

📋 copy color: '#150FFD'

red 21 ◦ green 15 ◦ blue 253

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

Shades of Blue #150FFD

Tints of Blue #150FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.19%

 BLUE value IS 253 (99.22% from 255) = 87.54%

R = 7.27%
G = 5.19%
B = 87.54%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#150FFD (or 0x150FFD) is known color: Blue. HEX triplet: 15, 0F and FD. RGB value is (21,15,253). Sum of RGB (Red+Green+Blue) = 21+15+253=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 253 (99.22% from 255 or 87.54% from 289); Max value from RGB is 253 - color contains mainly: blue. Hex color #150FFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150FFD is #EAF002. Grayscale: #2A2A2A. Windows color (decimal): -15396867 or 16584469. OLE color: 16584469.

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

Color convert

RGB 21 15 253 -
CMYK 0.92 0.94 0 0.01
HSL 241.51º 0.98% 0.53% -
HSV(B) 241.51º 0.94% 0.99% -
XYZ 18.21 7.59 93.43 -
YUV 43.93 245.99 111.65 -
System Red Green Blue C M Y K H S L
Decimal 21 15 253 0.92 0.94 0 0.01 241.51 0.98 0.53
Hex 15 F FD 5C 5E 0 1 F2 62 35
Octal 25 17 375 134 136 0 1 362 142 65
Binary 10101 1111 11111101 1011100 1011110 0 1 11110010 1100010 110101

Color Harmonies of #150FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150FFD

Black with #150FFD

Text Example


Text Example

White with #150FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,15,253); }

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

background-color css

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

 a { background-color: rgb(21,15,253); }

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

border-color css

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

 span { border-color: rgb(21,15,253); }

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