Html Css Color HEX #184EF8 Royal Blue

📋 copy color: '#184EF8'

red 24 ◦ green 78 ◦ blue 248

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

Shades of Royal Blue #184EF8

Tints of Royal Blue #184EF8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.29%

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

R = 6.86%
G = 22.29%
B = 70.86%

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

#184EF8 (or 0x184EF8) is known color: Royal Blue. HEX triplet: 18, 4E and F8. RGB value is (24,78,248). Sum of RGB (Red+Green+Blue) = 24+78+248=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 248 (97.27% from 255 or 70.86% from 350); Max value from RGB is 248 - color contains mainly: blue. Hex color #184EF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #184EF8 is #E7B107. Grayscale: #505050. Windows color (decimal): -15184136 or 16272920. OLE color: 16272920.

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

Color convert

RGB 24 78 248 -
CMYK 0.90 0.69 0 0.03
HSL 225.54º 0.94% 0.53% -
HSV(B) 225.54º 0.9% 0.97% -
XYZ 20.04 12.42 90.15 -
YUV 81.23 222.11 87.18 -
System Red Green Blue C M Y K H S L
Decimal 24 78 248 0.90 0.69 0 0.03 225.54 0.94 0.53
Hex 18 4E F8 5A 45 0 3 E2 5E 35
Octal 30 116 370 132 105 0 3 342 136 65
Binary 11000 1001110 11111000 1011010 1000101 0 11 11100010 1011110 110101

Color Harmonies of #184EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184EF8

Black with #184EF8

Text Example


Text Example

White with #184EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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