Html Css Color HEX #1954FA Royal Blue

📋 copy color: '#1954FA'

red 25 ◦ green 84 ◦ blue 250

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

Shades of Royal Blue #1954FA

Tints of Royal Blue #1954FA

RGB

 RED value IS 25 (10.16% from 255) = 6.96%

 GREEN value IS 84 (33.2% from 255) = 23.4%

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

R = 6.96%
G = 23.4%
B = 69.64%

CMYK

 C value IS 0.9

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1954FA (or 0x1954FA) is known color: Royal Blue. HEX triplet: 19, 54 and FA. RGB value is (25,84,250). Sum of RGB (Red+Green+Blue) = 25+84+250=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #1954FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1954FA is #E6AB05. Grayscale: #545454. Windows color (decimal): -15117062 or 16405529. OLE color: 16405529.

HSL color Cylindrical-coordinate representation of color #1954FA: hue angle of 224.27º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1954FA is Cyan = 0.9, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 84 250 -
CMYK 0.9 0.66 0 0.02
HSL 224.27º 0.96% 0.54% -
HSV(B) 224.27º 0.9% 0.98% -
XYZ 20.83 13.45 91.94 -
YUV 85.28 220.95 85 -
System Red Green Blue C M Y K H S L
Decimal 25 84 250 0.9 0.66 0 0.02 224.27 0.96 0.54
Hex 19 54 FA 5A 42 0 2 E0 60 36
Octal 31 124 372 132 102 0 2 340 140 66
Binary 11001 1010100 11111010 1011010 1000010 0 10 11100000 1100000 110110

Color Harmonies of #1954FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1954FA

Black with #1954FA

Text Example


Text Example

White with #1954FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1954FA; }

 p { color: rgb(25,84,250); }

 H1.HeaderClassName
 {
   color: #1954FA;
 }
 .AnyTagClassName
 {
   color: #1954FA;
 }
</style>

background-color css

<style>
 a { background-color: #1954FA; }

 a { background-color: rgb(25,84,250); }

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

border-color css

<style>
 span { border-color: #1954FA; }

 span { border-color: rgb(25,84,250); }

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