Html Css Color HEX #1854FA Royal Blue

📋 copy color: '#1854FA'

red 24 ◦ green 84 ◦ blue 250

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

Shades of Royal Blue #1854FA

Tints of Royal Blue #1854FA

RGB

 RED value IS 24 (9.77% from 255) = 6.7%

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

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

R = 6.7%
G = 23.46%
B = 69.83%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1854FA (or 0x1854FA) is known color: Royal Blue. HEX triplet: 18, 54 and FA. RGB value is (24,84,250). Sum of RGB (Red+Green+Blue) = 24+84+250=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #1854FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1854FA is #E7AB05. Grayscale: #545454. Windows color (decimal): -15182598 or 16405528. OLE color: 16405528.

HSL color Cylindrical-coordinate representation of color #1854FA: hue angle of 224.07º 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 #1854FA is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 84 250 -
CMYK 0.90 0.66 0 0.02
HSL 224.07º 0.96% 0.54% -
HSV(B) 224.07º 0.9% 0.98% -
XYZ 20.8 13.44 91.94 -
YUV 84.98 221.12 84.5 -
System Red Green Blue C M Y K H S L
Decimal 24 84 250 0.90 0.66 0 0.02 224.07 0.96 0.54
Hex 18 54 FA 5A 42 0 2 E0 60 36
Octal 30 124 372 132 102 0 2 340 140 66
Binary 11000 1010100 11111010 1011010 1000010 0 10 11100000 1100000 110110

Color Harmonies of #1854FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1854FA

Black with #1854FA

Text Example


Text Example

White with #1854FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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