Html Css Color HEX #184DF8 Royal Blue

📋 copy color: '#184DF8'

red 24 ◦ green 77 ◦ blue 248

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

Shades of Royal Blue #184DF8

Tints of Royal Blue #184DF8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.06%

 BLUE value IS 248 (97.27% from 255) = 71.06%

R = 6.88%
G = 22.06%
B = 71.06%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#184DF8 (or 0x184DF8) is known color: Royal Blue. HEX triplet: 18, 4D and F8. RGB value is (24,77,248). Sum of RGB (Red+Green+Blue) = 24+77+248=349 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.88% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 248 (97.27% from 255 or 71.06% from 349); Max value from RGB is 248 - color contains mainly: blue. Hex color #184DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #184DF8 is #E7B207. Grayscale: #4F4F4F. Windows color (decimal): -15184392 or 16272664. OLE color: 16272664.

HSL color Cylindrical-coordinate representation of color #184DF8: hue angle of 225.8º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #184DF8 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 24 77 248 -
CMYK 0.90 0.69 0 0.03
HSL 225.8º 0.94% 0.53% -
HSV(B) 225.8º 0.9% 0.97% -
XYZ 19.97 12.28 90.12 -
YUV 80.65 222.44 87.6 -
System Red Green Blue C M Y K H S L
Decimal 24 77 248 0.90 0.69 0 0.03 225.8 0.94 0.53
Hex 18 4D F8 5A 45 0 3 E2 5E 35
Octal 30 115 370 132 105 0 3 342 136 65
Binary 11000 1001101 11111000 1011010 1000101 0 11 11100010 1011110 110101

Color Harmonies of #184DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184DF8

Black with #184DF8

Text Example


Text Example

White with #184DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184DF8; }

 p { color: rgb(24,77,248); }

 H1.HeaderClassName
 {
   color: #184DF8;
 }
 .AnyTagClassName
 {
   color: #184DF8;
 }
</style>

background-color css

<style>
 a { background-color: #184DF8; }

 a { background-color: rgb(24,77,248); }

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

border-color css

<style>
 span { border-color: #184DF8; }

 span { border-color: rgb(24,77,248); }

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