Html Css Color HEX #184DEF Royal Blue

📋 copy color: '#184DEF'

red 24 ◦ green 77 ◦ blue 239

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

Shades of Royal Blue #184DEF

Tints of Royal Blue #184DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.29%

R = 7.06%
G = 22.65%
B = 70.29%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#184DEF (or 0x184DEF) is known color: Royal Blue. HEX triplet: 18, 4D and EF. RGB value is (24,77,239). Sum of RGB (Red+Green+Blue) = 24+77+239=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #184DEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #184DEF is #E7B210. Grayscale: #4E4E4E. Windows color (decimal): -15184401 or 15682840. OLE color: 15682840.

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

Color convert

RGB 24 77 239 -
CMYK 0.90 0.68 0 0.06
HSL 225.21º 0.87% 0.52% -
HSV(B) 225.21º 0.9% 0.94% -
XYZ 18.61 11.73 82.95 -
YUV 79.62 217.94 88.33 -
System Red Green Blue C M Y K H S L
Decimal 24 77 239 0.90 0.68 0 0.06 225.21 0.87 0.52
Hex 18 4D EF 5A 44 0 6 E1 57 34
Octal 30 115 357 132 104 0 6 341 127 64
Binary 11000 1001101 11101111 1011010 1000100 0 110 11100001 1010111 110100

Color Harmonies of #184DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184DEF

Black with #184DEF

Text Example


Text Example

White with #184DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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