Html Css Color HEX #154EFE Royal Blue

📋 copy color: '#154EFE'

red 21 ◦ green 78 ◦ blue 254

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

Shades of Royal Blue #154EFE

Tints of Royal Blue #154EFE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.1%

 BLUE value IS 254 (99.61% from 255) = 71.95%

R = 5.95%
G = 22.1%
B = 71.95%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#154EFE (or 0x154EFE) is known color: Royal Blue. HEX triplet: 15, 4E and FE. RGB value is (21,78,254). Sum of RGB (Red+Green+Blue) = 21+78+254=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #154EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154EFE is #EAB101. Grayscale: #505050. Windows color (decimal): -15380738 or 16666133. OLE color: 16666133.

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

Color convert

RGB 21 78 254 -
CMYK 0.92 0.69 0 0.00
HSL 225.32º 0.99% 0.54% -
HSV(B) 225.32º 0.92% 1% -
XYZ 20.92 12.76 95.13 -
YUV 81.02 225.62 85.19 -
System Red Green Blue C M Y K H S L
Decimal 21 78 254 0.92 0.69 0 0.00 225.32 0.99 0.54
Hex 15 4E FE 5C 45 0 0 E1 63 36
Octal 25 116 376 134 105 0 0 341 143 66
Binary 10101 1001110 11111110 1011100 1000101 0 0 11100001 1100011 110110

Color Harmonies of #154EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154EFE

Black with #154EFE

Text Example


Text Example

White with #154EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,78,254); }

 H1.HeaderClassName
 {
   color: #154EFE;
 }
 .AnyTagClassName
 {
   color: #154EFE;
 }
</style>

background-color css

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

 a { background-color: rgb(21,78,254); }

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

border-color css

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

 span { border-color: rgb(21,78,254); }

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