Html Css Color HEX #154BFB Royal Blue

📋 copy color: '#154BFB'

red 21 ◦ green 75 ◦ blue 251

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

Shades of Royal Blue #154BFB

Tints of Royal Blue #154BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.61%

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

R = 6.05%
G = 21.61%
B = 72.33%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#154BFB (or 0x154BFB) is known color: Royal Blue. HEX triplet: 15, 4B and FB. RGB value is (21,75,251). Sum of RGB (Red+Green+Blue) = 21+75+251=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #154BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154BFB is #EAB404. Grayscale: #4E4E4E. Windows color (decimal): -15381509 or 16468757. OLE color: 16468757.

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

Color convert

RGB 21 75 251 -
CMYK 0.92 0.70 0 0.02
HSL 225.91º 0.97% 0.53% -
HSV(B) 225.91º 0.92% 0.98% -
XYZ 20.24 12.16 92.55 -
YUV 78.92 225.11 86.69 -
System Red Green Blue C M Y K H S L
Decimal 21 75 251 0.92 0.70 0 0.02 225.91 0.97 0.53
Hex 15 4B FB 5C 46 0 2 E2 61 35
Octal 25 113 373 134 106 0 2 342 141 65
Binary 10101 1001011 11111011 1011100 1000110 0 10 11100010 1100001 110101

Color Harmonies of #154BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154BFB

Black with #154BFB

Text Example


Text Example

White with #154BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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