Html Css Color HEX #154AFA Royal Blue

📋 copy color: '#154AFA'

red 21 ◦ green 74 ◦ blue 250

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

Shades of Royal Blue #154AFA

Tints of Royal Blue #154AFA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.45%

 BLUE value IS 250 (98.05% from 255) = 72.46%

R = 6.09%
G = 21.45%
B = 72.46%

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

#154AFA (or 0x154AFA) is known color: Royal Blue. HEX triplet: 15, 4A and FA. RGB value is (21,74,250). Sum of RGB (Red+Green+Blue) = 21+74+250=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #154AFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154AFA is #EAB505. Grayscale: #4D4D4D. Windows color (decimal): -15381766 or 16402965. OLE color: 16402965.

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

Color convert

RGB 21 74 250 -
CMYK 0.92 0.70 0 0.02
HSL 226.11º 0.96% 0.53% -
HSV(B) 226.11º 0.92% 0.98% -
XYZ 20.01 11.96 91.7 -
YUV 78.22 224.94 87.19 -
System Red Green Blue C M Y K H S L
Decimal 21 74 250 0.92 0.70 0 0.02 226.11 0.96 0.53
Hex 15 4A FA 5C 46 0 2 E2 60 35
Octal 25 112 372 134 106 0 2 342 140 65
Binary 10101 1001010 11111010 1011100 1000110 0 10 11100010 1100000 110101

Color Harmonies of #154AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154AFA

Black with #154AFA

Text Example


Text Example

White with #154AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,74,250); }

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

background-color css

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

 a { background-color: rgb(21,74,250); }

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

border-color css

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

 span { border-color: rgb(21,74,250); }

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