Html Css Color HEX #185AFF Royal Blue

📋 copy color: '#185AFF'

red 24 ◦ green 90 ◦ blue 255

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

Shades of Royal Blue #185AFF

Tints of Royal Blue #185AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.39%

 BLUE value IS 255 (100% from 255) = 69.11%

R = 6.5%
G = 24.39%
B = 69.11%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#185AFF (or 0x185AFF) is known color: Royal Blue. HEX triplet: 18, 5A and FF. RGB value is (24,90,255). Sum of RGB (Red+Green+Blue) = 24+90+255=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #185AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185AFF is #E7A500. Grayscale: #585858. Windows color (decimal): -15181057 or 16734744. OLE color: 16734744.

HSL color Cylindrical-coordinate representation of color #185AFF: hue angle of 222.86º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #185AFF is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 24 90 255 -
CMYK 0.91 0.65 0 0
HSL 222.86º 1% 0.55% -
HSV(B) 222.86º 0.91% 1% -
XYZ 22.08 14.73 96.29 -
YUV 89.08 221.63 81.58 -
System Red Green Blue C M Y K H S L
Decimal 24 90 255 0.91 0.65 0 0 222.86 1 0.55
Hex 18 5A FF 5B 41 0 0 DF 64 37
Octal 30 132 377 133 101 0 0 337 144 67
Binary 11000 1011010 11111111 1011011 1000001 0 0 11011111 1100100 110111

Color Harmonies of #185AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185AFF

Black with #185AFF

Text Example


Text Example

White with #185AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185AFF; }

 p { color: rgb(24,90,255); }

 H1.HeaderClassName
 {
   color: #185AFF;
 }
 .AnyTagClassName
 {
   color: #185AFF;
 }
</style>

background-color css

<style>
 a { background-color: #185AFF; }

 a { background-color: rgb(24,90,255); }

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

border-color css

<style>
 span { border-color: #185AFF; }

 span { border-color: rgb(24,90,255); }

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