Html Css Color HEX #154FFB Royal Blue

📋 copy color: '#154FFB'

red 21 ◦ green 79 ◦ blue 251

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

Shades of Royal Blue #154FFB

Tints of Royal Blue #154FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.51%

 BLUE value IS 251 (98.44% from 255) = 71.51%

R = 5.98%
G = 22.51%
B = 71.51%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#154FFB (or 0x154FFB) is known color: Royal Blue. HEX triplet: 15, 4F and FB. RGB value is (21,79,251). Sum of RGB (Red+Green+Blue) = 21+79+251=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #154FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154FFB is #EAB004. Grayscale: #505050. Windows color (decimal): -15380485 or 16469781. OLE color: 16469781.

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

Color convert

RGB 21 79 251 -
CMYK 0.92 0.69 0 0.02
HSL 224.87º 0.97% 0.53% -
HSV(B) 224.87º 0.92% 0.98% -
XYZ 20.52 12.72 92.64 -
YUV 81.27 223.78 85.01 -
System Red Green Blue C M Y K H S L
Decimal 21 79 251 0.92 0.69 0 0.02 224.87 0.97 0.53
Hex 15 4F FB 5C 45 0 2 E1 61 35
Octal 25 117 373 134 105 0 2 341 141 65
Binary 10101 1001111 11111011 1011100 1000101 0 10 11100001 1100001 110101

Color Harmonies of #154FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154FFB

Black with #154FFB

Text Example


Text Example

White with #154FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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