Html Css Color HEX #154CFA Royal Blue

📋 copy color: '#154CFA'

red 21 ◦ green 76 ◦ blue 250

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

Shades of Royal Blue #154CFA

Tints of Royal Blue #154CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.9%

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

R = 6.05%
G = 21.9%
B = 72.05%

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

#154CFA (or 0x154CFA) is known color: Royal Blue. HEX triplet: 15, 4C and FA. RGB value is (21,76,250). Sum of RGB (Red+Green+Blue) = 21+76+250=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #154CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154CFA is #EAB305. Grayscale: #4E4E4E. Windows color (decimal): -15381254 or 16403477. OLE color: 16403477.

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

Color convert

RGB 21 76 250 -
CMYK 0.92 0.70 0 0.02
HSL 225.59º 0.96% 0.53% -
HSV(B) 225.59º 0.92% 0.98% -
XYZ 20.15 12.23 91.74 -
YUV 79.39 224.28 86.35 -
System Red Green Blue C M Y K H S L
Decimal 21 76 250 0.92 0.70 0 0.02 225.59 0.96 0.53
Hex 15 4C FA 5C 46 0 2 E2 60 35
Octal 25 114 372 134 106 0 2 342 140 65
Binary 10101 1001100 11111010 1011100 1000110 0 10 11100010 1100000 110101

Color Harmonies of #154CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154CFA

Black with #154CFA

Text Example


Text Example

White with #154CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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