Html Css Color HEX #154EF6 Royal Blue

📋 copy color: '#154EF6'

red 21 ◦ green 78 ◦ blue 246

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

Shades of Royal Blue #154EF6

Tints of Royal Blue #154EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 71.3%

R = 6.09%
G = 22.61%
B = 71.3%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#154EF6 (or 0x154EF6) is known color: Royal Blue. HEX triplet: 15, 4E and F6. RGB value is (21,78,246). Sum of RGB (Red+Green+Blue) = 21+78+246=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 246 (96.48% from 255 or 71.30% from 345); Max value from RGB is 246 - color contains mainly: blue. Hex color #154EF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154EF6 is #EAB109. Grayscale: #4F4F4F. Windows color (decimal): -15380746 or 16141845. OLE color: 16141845.

HSL color Cylindrical-coordinate representation of color #154EF6: hue angle of 224.8º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #154EF6 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 21 78 246 -
CMYK 0.91 0.68 0 0.04
HSL 224.8º 0.93% 0.52% -
HSV(B) 224.8º 0.91% 0.96% -
XYZ 19.67 12.26 88.52 -
YUV 80.11 221.62 85.84 -
System Red Green Blue C M Y K H S L
Decimal 21 78 246 0.91 0.68 0 0.04 224.8 0.93 0.52
Hex 15 4E F6 5B 44 0 4 E1 5D 34
Octal 25 116 366 133 104 0 4 341 135 64
Binary 10101 1001110 11110110 1011011 1000100 0 100 11100001 1011101 110100

Color Harmonies of #154EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154EF6

Black with #154EF6

Text Example


Text Example

White with #154EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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