Html Css Color HEX #184CFA Royal Blue

📋 copy color: '#184CFA'

red 24 ◦ green 76 ◦ blue 250

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

Shades of Royal Blue #184CFA

Tints of Royal Blue #184CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.43%

R = 6.86%
G = 21.71%
B = 71.43%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#184CFA (or 0x184CFA) is known color: Royal Blue. HEX triplet: 18, 4C and FA. RGB value is (24,76,250). Sum of RGB (Red+Green+Blue) = 24+76+250=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #184CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #184CFA is #E7B305. Grayscale: #4F4F4F. Windows color (decimal): -15184646 or 16403480. OLE color: 16403480.

HSL color Cylindrical-coordinate representation of color #184CFA: hue angle of 226.19º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #184CFA is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 76 250 -
CMYK 0.90 0.70 0 0.02
HSL 226.19º 0.96% 0.54% -
HSV(B) 226.19º 0.9% 0.98% -
XYZ 20.22 12.27 91.74 -
YUV 80.29 223.77 87.85 -
System Red Green Blue C M Y K H S L
Decimal 24 76 250 0.90 0.70 0 0.02 226.19 0.96 0.54
Hex 18 4C FA 5A 46 0 2 E2 60 36
Octal 30 114 372 132 106 0 2 342 140 66
Binary 11000 1001100 11111010 1011010 1000110 0 10 11100010 1100000 110110

Color Harmonies of #184CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184CFA

Black with #184CFA

Text Example


Text Example

White with #184CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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