Html Css Color HEX #150FFA Blue

📋 copy color: '#150FFA'

red 21 ◦ green 15 ◦ blue 250

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

Shades of Blue #150FFA

Tints of Blue #150FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 87.41%

R = 7.34%
G = 5.24%
B = 87.41%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#150FFA (or 0x150FFA) is known color: Blue. HEX triplet: 15, 0F and FA. RGB value is (21,15,250). Sum of RGB (Red+Green+Blue) = 21+15+250=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 250 (98.05% from 255 or 87.41% from 286); Max value from RGB is 250 - color contains mainly: blue. Hex color #150FFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150FFA is #EAF005. Grayscale: #2A2A2A. Windows color (decimal): -15396870 or 16387861. OLE color: 16387861.

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

Color convert

RGB 21 15 250 -
CMYK 0.92 0.94 0 0.02
HSL 241.53º 0.96% 0.52% -
HSV(B) 241.53º 0.94% 0.98% -
XYZ 17.74 7.4 90.94 -
YUV 43.58 244.49 111.89 -
System Red Green Blue C M Y K H S L
Decimal 21 15 250 0.92 0.94 0 0.02 241.53 0.96 0.52
Hex 15 F FA 5C 5E 0 2 F2 60 34
Octal 25 17 372 134 136 0 2 362 140 64
Binary 10101 1111 11111010 1011100 1011110 0 10 11110010 1100000 110100

Color Harmonies of #150FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150FFA

Black with #150FFA

Text Example


Text Example

White with #150FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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