Html Css Color HEX #154DFB Royal Blue

📋 copy color: '#154DFB'

red 21 ◦ green 77 ◦ blue 251

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

Shades of Royal Blue #154DFB

Tints of Royal Blue #154DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.06%

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

R = 6.02%
G = 22.06%
B = 71.92%

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

#154DFB (or 0x154DFB) is known color: Royal Blue. HEX triplet: 15, 4D and FB. RGB value is (21,77,251). Sum of RGB (Red+Green+Blue) = 21+77+251=349 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.02% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #154DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154DFB is #EAB204. Grayscale: #4F4F4F. Windows color (decimal): -15380997 or 16469269. OLE color: 16469269.

HSL color Cylindrical-coordinate representation of color #154DFB: hue angle of 225.39º 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 #154DFB is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 77 251 -
CMYK 0.92 0.69 0 0.02
HSL 225.39º 0.97% 0.53% -
HSV(B) 225.39º 0.92% 0.98% -
XYZ 20.38 12.43 92.59 -
YUV 80.09 224.45 85.85 -
System Red Green Blue C M Y K H S L
Decimal 21 77 251 0.92 0.69 0 0.02 225.39 0.97 0.53
Hex 15 4D FB 5C 45 0 2 E1 61 35
Octal 25 115 373 134 105 0 2 341 141 65
Binary 10101 1001101 11111011 1011100 1000101 0 10 11100001 1100001 110101

Color Harmonies of #154DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154DFB

Black with #154DFB

Text Example


Text Example

White with #154DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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