Html Css Color HEX #154FFF Royal Blue

📋 copy color: '#154FFF'

red 21 ◦ green 79 ◦ blue 255

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

Shades of Royal Blue #154FFF

Tints of Royal Blue #154FFF

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 value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#154FFF (or 0x154FFF) is known color: 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

RGB 21 79 255 -
CMYK 0.92 0.69 0 0
HSL 225.13º 1% 0.54% -
HSV(B) 225.13º 0.92% 1% -
XYZ 21.16 12.97 96 -
YUV 81.72 225.78 84.69 -
System Red Green Blue C M Y K H S L
Decimal 21 79 255 0.92 0.69 0 0 225.13 1 0.54
Hex 15 4F FF 5C 45 0 0 E1 64 36
Octal 25 117 377 134 105 0 0 341 144 66
Binary 10101 1001111 11111111 1011100 1000101 0 0 11100001 1100100 110110

Color Harmonies of #154FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154FFF

Black with #154FFF

Text Example


Text Example

White with #154FFF

Text Example


Text Example

HTML Codes & Css Web 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>