Html Css Color HEX #185BFB Royal Blue

📋 copy color: '#185BFB'

red 24 ◦ green 91 ◦ blue 251

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

Shades of Royal Blue #185BFB

Tints of Royal Blue #185BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.58%

R = 6.56%
G = 24.86%
B = 68.58%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#185BFB (or 0x185BFB) is known color: Royal Blue. HEX triplet: 18, 5B and FB. RGB value is (24,91,251). Sum of RGB (Red+Green+Blue) = 24+91+251=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #185BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185BFB is #E7A404. Grayscale: #585858. Windows color (decimal): -15180805 or 16472856. OLE color: 16472856.

HSL color Cylindrical-coordinate representation of color #185BFB: hue angle of 222.29º degrees, saturation: 0.97, 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 #185BFB is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 91 251 -
CMYK 0.90 0.64 0 0.02
HSL 222.29º 0.97% 0.54% -
HSV(B) 222.29º 0.9% 0.98% -
XYZ 21.53 14.64 92.96 -
YUV 89.21 219.3 81.49 -
System Red Green Blue C M Y K H S L
Decimal 24 91 251 0.90 0.64 0 0.02 222.29 0.97 0.54
Hex 18 5B FB 5A 40 0 2 DE 61 36
Octal 30 133 373 132 100 0 2 336 141 66
Binary 11000 1011011 11111011 1011010 1000000 0 10 11011110 1100001 110110

Color Harmonies of #185BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185BFB

Black with #185BFB

Text Example


Text Example

White with #185BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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