Html Css Color HEX #154CFB Royal Blue

📋 copy color: '#154CFB'

red 21 ◦ green 76 ◦ blue 251

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

Shades of Royal Blue #154CFB

Tints of Royal Blue #154CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.84%

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

R = 6.03%
G = 21.84%
B = 72.13%

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

#154CFB (or 0x154CFB) is known color: Royal Blue. HEX triplet: 15, 4C and FB. RGB value is (21,76,251). Sum of RGB (Red+Green+Blue) = 21+76+251=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #154CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154CFB is #EAB304. Grayscale: #4E4E4E. Windows color (decimal): -15381253 or 16469013. OLE color: 16469013.

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

Color convert

RGB 21 76 251 -
CMYK 0.92 0.70 0 0.02
HSL 225.65º 0.97% 0.53% -
HSV(B) 225.65º 0.92% 0.98% -
XYZ 20.31 12.29 92.57 -
YUV 79.51 224.78 86.27 -
System Red Green Blue C M Y K H S L
Decimal 21 76 251 0.92 0.70 0 0.02 225.65 0.97 0.53
Hex 15 4C FB 5C 46 0 2 E2 61 35
Octal 25 114 373 134 106 0 2 342 141 65
Binary 10101 1001100 11111011 1011100 1000110 0 10 11100010 1100001 110101

Color Harmonies of #154CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154CFB

Black with #154CFB

Text Example


Text Example

White with #154CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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