Html Css Color HEX #184AF8 Royal Blue

📋 copy color: '#184AF8'

red 24 ◦ green 74 ◦ blue 248

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

Shades of Royal Blue #184AF8

Tints of Royal Blue #184AF8

RGB

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

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

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

R = 6.94%
G = 21.39%
B = 71.68%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#184AF8 (or 0x184AF8) is known color: Royal Blue. HEX triplet: 18, 4A and F8. RGB value is (24,74,248). Sum of RGB (Red+Green+Blue) = 24+74+248=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 248 (97.27% from 255 or 71.68% from 346); Max value from RGB is 248 - color contains mainly: blue. Hex color #184AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #184AF8 is #E7B507. Grayscale: #4E4E4E. Windows color (decimal): -15185160 or 16271896. OLE color: 16271896.

HSL color Cylindrical-coordinate representation of color #184AF8: hue angle of 226.61º 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 #184AF8 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 24 74 248 -
CMYK 0.90 0.70 0 0.03
HSL 226.61º 0.94% 0.53% -
HSV(B) 226.61º 0.9% 0.97% -
XYZ 19.77 11.87 90.06 -
YUV 78.89 223.44 88.85 -
System Red Green Blue C M Y K H S L
Decimal 24 74 248 0.90 0.70 0 0.03 226.61 0.94 0.53
Hex 18 4A F8 5A 46 0 3 E3 5E 35
Octal 30 112 370 132 106 0 3 343 136 65
Binary 11000 1001010 11111000 1011010 1000110 0 11 11100011 1011110 110101

Color Harmonies of #184AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184AF8

Black with #184AF8

Text Example


Text Example

White with #184AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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