Html Css Color HEX #185BFA Royal Blue

📋 copy color: '#185BFA'

red 24 ◦ green 91 ◦ blue 250

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

Shades of Royal Blue #185BFA

Tints of Royal Blue #185BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.49%

R = 6.58%
G = 24.93%
B = 68.49%

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

#185BFA (or 0x185BFA) is known color: Royal Blue. HEX triplet: 18, 5B and FA. RGB value is (24,91,250). Sum of RGB (Red+Green+Blue) = 24+91+250=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #185BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185BFA is #E7A405. Grayscale: #585858. Windows color (decimal): -15180806 or 16407320. OLE color: 16407320.

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

Color convert

RGB 24 91 250 -
CMYK 0.90 0.64 0 0.02
HSL 222.21º 0.96% 0.54% -
HSV(B) 222.21º 0.9% 0.98% -
XYZ 21.37 14.58 92.13 -
YUV 89.09 218.8 81.57 -
System Red Green Blue C M Y K H S L
Decimal 24 91 250 0.90 0.64 0 0.02 222.21 0.96 0.54
Hex 18 5B FA 5A 40 0 2 DE 60 36
Octal 30 133 372 132 100 0 2 336 140 66
Binary 11000 1011011 11111010 1011010 1000000 0 10 11011110 1100000 110110

Color Harmonies of #185BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185BFA

Black with #185BFA

Text Example


Text Example

White with #185BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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