#154FFF

Color #154FFF Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #154FFF

Tints of Royal Blue #154FFF

Color information

#154FFF (or 0x154FFF) is unknown color: approx Royal Blue. HEX triplet: 15, 4F and FF. RGB value is (21,79,255). Sum of RGB (Red+Green+Blue) = 21+79+255=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #154FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154FFF is #EAB000. Grayscale: #505050. Windows color (decimal): -15380481 or 16731925. OLE color: 16731925.

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

Color convert

RGB2179255-
CMYK0.920.6900
HSL225.13º100%54.12%-
HSV(B)225.13º91.76%100%-
XYZ21.1612.9796-
YUV81.72225.7884.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.92%
GREEN value IS 79 (31.25% from 255) = 22.25%
BLUE value IS 255 (100% from 255) = 71.83%
R=5.92%
G=22.25%
B=71.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal21792550.920.6900225.1310054.12
Hex154FFF5C4500e16436
Octal251173771341050034114466
Binary101011001111111111111011100100010100111000011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154FFF; }

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

 H1.HeaderClassName
 {
   color: #154FFF;
 }
 .AnyTagClassName
 {
   color: #154FFF;
 }
</style>
background-color css

<style>
 a { background-color: #154FFF; }

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

 div.DivClassName
 {
   background-color: #154FFF;
 }
 .BgClassName
 {
   background-color: #154FFF;
 }
</style>
border-color css

<style>
 span { border-color: #154FFF; }

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

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