Html Css Color HEX #154FF6 Royal Blue

📋 copy color: '#154FF6'

red 21 ◦ green 79 ◦ blue 246

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

Shades of Royal Blue #154FF6

Tints of Royal Blue #154FF6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.83%

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

R = 6.07%
G = 22.83%
B = 71.1%

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

#154FF6 (or 0x154FF6) is known color: Royal Blue. HEX triplet: 15, 4F and F6. RGB value is (21,79,246). Sum of RGB (Red+Green+Blue) = 21+79+246=346 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.07% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 246 (96.48% from 255 or 71.10% from 346); Max value from RGB is 246 - color contains mainly: blue. Hex color #154FF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154FF6 is #EAB009. Grayscale: #4F4F4F. Windows color (decimal): -15380490 or 16142101. OLE color: 16142101.

HSL color Cylindrical-coordinate representation of color #154FF6: hue angle of 224.53º 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 #154FF6 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 21 79 246 -
CMYK 0.91 0.68 0 0.04
HSL 224.53º 0.93% 0.52% -
HSV(B) 224.53º 0.91% 0.96% -
XYZ 19.74 12.41 88.54 -
YUV 80.7 221.28 85.42 -
System Red Green Blue C M Y K H S L
Decimal 21 79 246 0.91 0.68 0 0.04 224.53 0.93 0.52
Hex 15 4F F6 5B 44 0 4 E1 5D 34
Octal 25 117 366 133 104 0 4 341 135 64
Binary 10101 1001111 11110110 1011011 1000100 0 100 11100001 1011101 110100

Color Harmonies of #154FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154FF6

Black with #154FF6

Text Example


Text Example

White with #154FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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