Html Css Color HEX #150FFC Blue

📋 copy color: '#150FFC'

red 21 ◦ green 15 ◦ blue 252

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

Shades of Blue #150FFC

Tints of Blue #150FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 87.5%

R = 7.29%
G = 5.21%
B = 87.5%

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

#150FFC (or 0x150FFC) is known color: Blue. HEX triplet: 15, 0F and FC. RGB value is (21,15,252). Sum of RGB (Red+Green+Blue) = 21+15+252=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 252 (98.83% from 255 or 87.5% from 288); Max value from RGB is 252 - color contains mainly: blue. Hex color #150FFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150FFC is #EAF003. Grayscale: #2A2A2A. Windows color (decimal): -15396868 or 16518933. OLE color: 16518933.

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

Color convert

RGB 21 15 252 -
CMYK 0.92 0.94 0 0.01
HSL 241.52º 0.98% 0.52% -
HSV(B) 241.52º 0.94% 0.99% -
XYZ 18.05 7.53 92.6 -
YUV 43.81 245.49 111.73 -
System Red Green Blue C M Y K H S L
Decimal 21 15 252 0.92 0.94 0 0.01 241.52 0.98 0.52
Hex 15 F FC 5C 5E 0 1 F2 62 34
Octal 25 17 374 134 136 0 1 362 142 64
Binary 10101 1111 11111100 1011100 1011110 0 1 11110010 1100010 110100

Color Harmonies of #150FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150FFC

Black with #150FFC

Text Example


Text Example

White with #150FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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