Html Css Color HEX #185CFB Royal Blue

📋 copy color: '#185CFB'

red 24 ◦ green 92 ◦ blue 251

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

Shades of Royal Blue #185CFB

Tints of Royal Blue #185CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.07%

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

R = 6.54%
G = 25.07%
B = 68.39%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#185CFB (or 0x185CFB) is known color: Royal Blue. HEX triplet: 18, 5C and FB. RGB value is (24,92,251). Sum of RGB (Red+Green+Blue) = 24+92+251=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #185CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185CFB is #E7A304. Grayscale: #595959. Windows color (decimal): -15180549 or 16473112. OLE color: 16473112.

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

Color convert

RGB 24 92 251 -
CMYK 0.90 0.63 0 0.02
HSL 222.03º 0.97% 0.54% -
HSV(B) 222.03º 0.9% 0.98% -
XYZ 21.62 14.81 92.99 -
YUV 89.79 218.97 81.07 -
System Red Green Blue C M Y K H S L
Decimal 24 92 251 0.90 0.63 0 0.02 222.03 0.97 0.54
Hex 18 5C FB 5A 3F 0 2 DE 61 36
Octal 30 134 373 132 77 0 2 336 141 66
Binary 11000 1011100 11111011 1011010 111111 0 10 11011110 1100001 110110

Color Harmonies of #185CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185CFB

Black with #185CFB

Text Example


Text Example

White with #185CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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