Html Css Color HEX #185CF7 Royal Blue

📋 copy color: '#185CF7'

red 24 ◦ green 92 ◦ blue 247

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

Shades of Royal Blue #185CF7

Tints of Royal Blue #185CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 68.04%

R = 6.61%
G = 25.34%
B = 68.04%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#185CF7 (or 0x185CF7) is known color: Royal Blue. HEX triplet: 18, 5C and F7. RGB value is (24,92,247). Sum of RGB (Red+Green+Blue) = 24+92+247=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 247 (96.88% from 255 or 68.04% from 363); Max value from RGB is 247 - color contains mainly: blue. Hex color #185CF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185CF7 is #E7A308. Grayscale: #585858. Windows color (decimal): -15180553 or 16210968. OLE color: 16210968.

HSL color Cylindrical-coordinate representation of color #185CF7: hue angle of 221.7º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #185CF7 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 24 92 247 -
CMYK 0.90 0.63 0 0.03
HSL 221.7º 0.93% 0.53% -
HSV(B) 221.7º 0.9% 0.97% -
XYZ 20.99 14.56 89.7 -
YUV 89.34 216.97 81.4 -
System Red Green Blue C M Y K H S L
Decimal 24 92 247 0.90 0.63 0 0.03 221.7 0.93 0.53
Hex 18 5C F7 5A 3F 0 3 DE 5D 35
Octal 30 134 367 132 77 0 3 336 135 65
Binary 11000 1011100 11110111 1011010 111111 0 11 11011110 1011101 110101

Color Harmonies of #185CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185CF7

Black with #185CF7

Text Example


Text Example

White with #185CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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