Html Css Color HEX #154EFC Royal Blue

📋 copy color: '#154EFC'

red 21 ◦ green 78 ◦ blue 252

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

Shades of Royal Blue #154EFC

Tints of Royal Blue #154EFC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.22%

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

R = 5.98%
G = 22.22%
B = 71.79%

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

#154EFC (or 0x154EFC) is known color: Royal Blue. HEX triplet: 15, 4E and FC. RGB value is (21,78,252). Sum of RGB (Red+Green+Blue) = 21+78+252=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #154EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154EFC is #EAB103. Grayscale: #505050. Windows color (decimal): -15380740 or 16535061. OLE color: 16535061.

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

Color convert

RGB 21 78 252 -
CMYK 0.92 0.69 0 0.01
HSL 225.19º 0.97% 0.54% -
HSV(B) 225.19º 0.92% 0.99% -
XYZ 20.6 12.64 93.45 -
YUV 80.79 224.62 85.35 -
System Red Green Blue C M Y K H S L
Decimal 21 78 252 0.92 0.69 0 0.01 225.19 0.97 0.54
Hex 15 4E FC 5C 45 0 1 E1 61 36
Octal 25 116 374 134 105 0 1 341 141 66
Binary 10101 1001110 11111100 1011100 1000101 0 1 11100001 1100001 110110

Color Harmonies of #154EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154EFC

Black with #154EFC

Text Example


Text Example

White with #154EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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