Html Css Color HEX #184AF1 Royal Blue

📋 copy color: '#184AF1'

red 24 ◦ green 74 ◦ blue 241

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

Shades of Royal Blue #184AF1

Tints of Royal Blue #184AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 71.09%

R = 7.08%
G = 21.83%
B = 71.09%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#184AF1 (or 0x184AF1) is known color: Royal Blue. HEX triplet: 18, 4A and F1. RGB value is (24,74,241). Sum of RGB (Red+Green+Blue) = 24+74+241=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 241 (94.53% from 255 or 71.09% from 339); Max value from RGB is 241 - color contains mainly: blue. Hex color #184AF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #184AF1 is #E7B50E. Grayscale: #4D4D4D. Windows color (decimal): -15185167 or 15813144. OLE color: 15813144.

HSL color Cylindrical-coordinate representation of color #184AF1: hue angle of 226.18º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #184AF1 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 74 241 -
CMYK 0.90 0.69 0 0.05
HSL 226.18º 0.89% 0.52% -
HSV(B) 226.18º 0.9% 0.95% -
XYZ 18.7 11.44 84.44 -
YUV 78.09 219.94 89.42 -
System Red Green Blue C M Y K H S L
Decimal 24 74 241 0.90 0.69 0 0.05 226.18 0.89 0.52
Hex 18 4A F1 5A 45 0 5 E2 59 34
Octal 30 112 361 132 105 0 5 342 131 64
Binary 11000 1001010 11110001 1011010 1000101 0 101 11100010 1011001 110100

Color Harmonies of #184AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184AF1

Black with #184AF1

Text Example


Text Example

White with #184AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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