Html Css Color HEX #185BFF Royal Blue

📋 copy color: '#185BFF'

red 24 ◦ green 91 ◦ blue 255

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

Shades of Royal Blue #185BFF

Tints of Royal Blue #185BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.59%

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

R = 6.49%
G = 24.59%
B = 68.92%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#185BFF (or 0x185BFF) is known color: Royal Blue. HEX triplet: 18, 5B and FF. RGB value is (24,91,255). Sum of RGB (Red+Green+Blue) = 24+91+255=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #185BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185BFF is #E7A400. Grayscale: #585858. Windows color (decimal): -15180801 or 16735000. OLE color: 16735000.

HSL color Cylindrical-coordinate representation of color #185BFF: hue angle of 222.6º 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 #185BFF is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 24 91 255 -
CMYK 0.91 0.64 0 0
HSL 222.6º 1% 0.55% -
HSV(B) 222.6º 0.91% 1% -
XYZ 22.17 14.9 96.31 -
YUV 89.66 221.3 81.16 -
System Red Green Blue C M Y K H S L
Decimal 24 91 255 0.91 0.64 0 0 222.6 1 0.55
Hex 18 5B FF 5B 40 0 0 DF 64 37
Octal 30 133 377 133 100 0 0 337 144 67
Binary 11000 1011011 11111111 1011011 1000000 0 0 11011111 1100100 110111

Color Harmonies of #185BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185BFF

Black with #185BFF

Text Example


Text Example

White with #185BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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