Html Css Color HEX #184EF0 Royal Blue

📋 copy color: '#184EF0'

red 24 ◦ green 78 ◦ blue 240

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

Shades of Royal Blue #184EF0

Tints of Royal Blue #184EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 70.18%

R = 7.02%
G = 22.81%
B = 70.18%

CMYK

 C value IS 0.9

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#184EF0 (or 0x184EF0) is known color: Royal Blue. HEX triplet: 18, 4E and F0. RGB value is (24,78,240). Sum of RGB (Red+Green+Blue) = 24+78+240=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 240 (94.14% from 255 or 70.18% from 342); Max value from RGB is 240 - color contains mainly: blue. Hex color #184EF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #184EF0 is #E7B10F. Grayscale: #4F4F4F. Windows color (decimal): -15184144 or 15748632. OLE color: 15748632.

HSL color Cylindrical-coordinate representation of color #184EF0: hue angle of 225º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #184EF0 is Cyan = 0.9, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 78 240 -
CMYK 0.9 0.68 0 0.06
HSL 225º 0.88% 0.52% -
HSV(B) 225º 0.9% 0.94% -
XYZ 18.83 11.93 83.75 -
YUV 80.32 218.11 87.83 -
System Red Green Blue C M Y K H S L
Decimal 24 78 240 0.9 0.68 0 0.06 225 0.88 0.52
Hex 18 4E F0 5A 44 0 6 E1 58 34
Octal 30 116 360 132 104 0 6 341 130 64
Binary 11000 1001110 11110000 1011010 1000100 0 110 11100001 1011000 110100

Color Harmonies of #184EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184EF0

Black with #184EF0

Text Example


Text Example

White with #184EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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