Html Css Color HEX #185CFA Royal Blue

📋 copy color: '#185CFA'

red 24 ◦ green 92 ◦ blue 250

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

Shades of Royal Blue #185CFA

Tints of Royal Blue #185CFA

RGB

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

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

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

R = 6.56%
G = 25.14%
B = 68.31%

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

#185CFA (or 0x185CFA) is known color: Royal Blue. HEX triplet: 18, 5C and FA. RGB value is (24,92,250). Sum of RGB (Red+Green+Blue) = 24+92+250=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #185CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185CFA is #E7A305. Grayscale: #585858. Windows color (decimal): -15180550 or 16407576. OLE color: 16407576.

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

Color convert

RGB 24 92 250 -
CMYK 0.90 0.63 0 0.02
HSL 221.95º 0.96% 0.54% -
HSV(B) 221.95º 0.9% 0.98% -
XYZ 21.46 14.75 92.16 -
YUV 89.68 218.47 81.15 -
System Red Green Blue C M Y K H S L
Decimal 24 92 250 0.90 0.63 0 0.02 221.95 0.96 0.54
Hex 18 5C FA 5A 3F 0 2 DE 60 36
Octal 30 134 372 132 77 0 2 336 140 66
Binary 11000 1011100 11111010 1011010 111111 0 10 11011110 1100000 110110

Color Harmonies of #185CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185CFA

Black with #185CFA

Text Example


Text Example

White with #185CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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