Html Css Color HEX #184DF2 Royal Blue

📋 copy color: '#184DF2'

red 24 ◦ green 77 ◦ blue 242

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

Shades of Royal Blue #184DF2

Tints of Royal Blue #184DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 70.55%

R = 7%
G = 22.45%
B = 70.55%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#184DF2 (or 0x184DF2) is known color: Royal Blue. HEX triplet: 18, 4D and F2. RGB value is (24,77,242). Sum of RGB (Red+Green+Blue) = 24+77+242=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 242 (94.92% from 255 or 70.55% from 343); Max value from RGB is 242 - color contains mainly: blue. Hex color #184DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #184DF2 is #E7B20D. Grayscale: #4F4F4F. Windows color (decimal): -15184398 or 15879448. OLE color: 15879448.

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

Color convert

RGB 24 77 242 -
CMYK 0.90 0.68 0 0.05
HSL 225.41º 0.89% 0.52% -
HSV(B) 225.41º 0.9% 0.95% -
XYZ 19.06 11.91 85.3 -
YUV 79.96 219.44 88.08 -
System Red Green Blue C M Y K H S L
Decimal 24 77 242 0.90 0.68 0 0.05 225.41 0.89 0.52
Hex 18 4D F2 5A 44 0 5 E1 59 34
Octal 30 115 362 132 104 0 5 341 131 64
Binary 11000 1001101 11110010 1011010 1000100 0 101 11100001 1011001 110100

Color Harmonies of #184DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184DF2

Black with #184DF2

Text Example


Text Example

White with #184DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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