Html Css Color HEX #184CF1 Royal Blue

📋 copy color: '#184CF1'

red 24 ◦ green 76 ◦ blue 241

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

Shades of Royal Blue #184CF1

Tints of Royal Blue #184CF1

RGB

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

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

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

R = 7.04%
G = 22.29%
B = 70.67%

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

#184CF1 (or 0x184CF1) is known color: Royal Blue. HEX triplet: 18, 4C and F1. RGB value is (24,76,241). Sum of RGB (Red+Green+Blue) = 24+76+241=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 241 (94.53% from 255 or 70.67% from 341); Max value from RGB is 241 - color contains mainly: blue. Hex color #184CF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #184CF1 is #E7B30E. Grayscale: #4E4E4E. Windows color (decimal): -15184655 or 15813656. OLE color: 15813656.

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

Color convert

RGB 24 76 241 -
CMYK 0.90 0.68 0 0.05
HSL 225.62º 0.89% 0.52% -
HSV(B) 225.62º 0.9% 0.95% -
XYZ 18.84 11.71 84.49 -
YUV 79.26 219.27 88.58 -
System Red Green Blue C M Y K H S L
Decimal 24 76 241 0.90 0.68 0 0.05 225.62 0.89 0.52
Hex 18 4C F1 5A 44 0 5 E2 59 34
Octal 30 114 361 132 104 0 5 342 131 64
Binary 11000 1001100 11110001 1011010 1000100 0 101 11100010 1011001 110100

Color Harmonies of #184CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184CF1

Black with #184CF1

Text Example


Text Example

White with #184CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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