Html Css Color HEX #154AF8 Royal Blue

📋 copy color: '#154AF8'

red 21 ◦ green 74 ◦ blue 248

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

Shades of Royal Blue #154AF8

Tints of Royal Blue #154AF8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.57%

 BLUE value IS 248 (97.27% from 255) = 72.3%

R = 6.12%
G = 21.57%
B = 72.3%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#154AF8 (or 0x154AF8) is known color: Royal Blue. HEX triplet: 15, 4A and F8. RGB value is (21,74,248). Sum of RGB (Red+Green+Blue) = 21+74+248=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 248 (97.27% from 255 or 72.30% from 343); Max value from RGB is 248 - color contains mainly: blue. Hex color #154AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154AF8 is #EAB507. Grayscale: #4D4D4D. Windows color (decimal): -15381768 or 16271893. OLE color: 16271893.

HSL color Cylindrical-coordinate representation of color #154AF8: hue angle of 225.99º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #154AF8 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 74 248 -
CMYK 0.92 0.70 0 0.03
HSL 225.99º 0.94% 0.53% -
HSV(B) 225.99º 0.92% 0.97% -
XYZ 19.7 11.83 90.05 -
YUV 77.99 223.94 87.35 -
System Red Green Blue C M Y K H S L
Decimal 21 74 248 0.92 0.70 0 0.03 225.99 0.94 0.53
Hex 15 4A F8 5C 46 0 3 E2 5E 35
Octal 25 112 370 134 106 0 3 342 136 65
Binary 10101 1001010 11111000 1011100 1000110 0 11 11100010 1011110 110101

Color Harmonies of #154AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154AF8

Black with #154AF8

Text Example


Text Example

White with #154AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,74,248); }

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

background-color css

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

 a { background-color: rgb(21,74,248); }

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

border-color css

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

 span { border-color: rgb(21,74,248); }

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