Html Css Color HEX #154DFC Royal Blue

📋 copy color: '#154DFC'

red 21 ◦ green 77 ◦ blue 252

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

Shades of Royal Blue #154DFC

Tints of Royal Blue #154DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72%

R = 6%
G = 22%
B = 72%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#154DFC (or 0x154DFC) is known color: Royal Blue. HEX triplet: 15, 4D and FC. RGB value is (21,77,252). Sum of RGB (Red+Green+Blue) = 21+77+252=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #154DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154DFC is #EAB203. Grayscale: #4F4F4F. Windows color (decimal): -15380996 or 16534805. OLE color: 16534805.

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

Color convert

RGB 21 77 252 -
CMYK 0.92 0.69 0 0.01
HSL 225.45º 0.97% 0.54% -
HSV(B) 225.45º 0.92% 0.99% -
XYZ 20.53 12.5 93.43 -
YUV 80.21 224.95 85.77 -
System Red Green Blue C M Y K H S L
Decimal 21 77 252 0.92 0.69 0 0.01 225.45 0.97 0.54
Hex 15 4D FC 5C 45 0 1 E1 61 36
Octal 25 115 374 134 105 0 1 341 141 66
Binary 10101 1001101 11111100 1011100 1000101 0 1 11100001 1100001 110110

Color Harmonies of #154DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154DFC

Black with #154DFC

Text Example


Text Example

White with #154DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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