Html Css Color HEX #184CF0 Royal Blue

📋 copy color: '#184CF0'

red 24 ◦ green 76 ◦ blue 240

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

Shades of Royal Blue #184CF0

Tints of Royal Blue #184CF0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.35%

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

R = 7.06%
G = 22.35%
B = 70.59%

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

#184CF0 (or 0x184CF0) is known color: Royal Blue. HEX triplet: 18, 4C and F0. RGB value is (24,76,240). Sum of RGB (Red+Green+Blue) = 24+76+240=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 240 (94.14% from 255 or 70.59% from 340); Max value from RGB is 240 - color contains mainly: blue. Hex color #184CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #184CF0 is #E7B30F. Grayscale: #4E4E4E. Windows color (decimal): -15184656 or 15748120. OLE color: 15748120.

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

Color convert

RGB 24 76 240 -
CMYK 0.9 0.68 0 0.06
HSL 225.56º 0.88% 0.52% -
HSV(B) 225.56º 0.9% 0.94% -
XYZ 18.69 11.65 83.7 -
YUV 79.15 218.77 88.66 -
System Red Green Blue C M Y K H S L
Decimal 24 76 240 0.9 0.68 0 0.06 225.56 0.88 0.52
Hex 18 4C F0 5A 44 0 6 E2 58 34
Octal 30 114 360 132 104 0 6 342 130 64
Binary 11000 1001100 11110000 1011010 1000100 0 110 11100010 1011000 110100

Color Harmonies of #184CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184CF0

Black with #184CF0

Text Example


Text Example

White with #184CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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