Html Css Color HEX #185EFA Royal Blue

📋 copy color: '#185EFA'

red 24 ◦ green 94 ◦ blue 250

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

Shades of Royal Blue #185EFA

Tints of Royal Blue #185EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.54%

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

R = 6.52%
G = 25.54%
B = 67.93%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#185EFA (or 0x185EFA) is known color: Royal Blue. HEX triplet: 18, 5E and FA. RGB value is (24,94,250). Sum of RGB (Red+Green+Blue) = 24+94+250=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #185EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185EFA is #E7A105. Grayscale: #5A5A5A. Windows color (decimal): -15180038 or 16408088. OLE color: 16408088.

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

Color convert

RGB 24 94 250 -
CMYK 0.90 0.62 0 0.02
HSL 221.42º 0.96% 0.54% -
HSV(B) 221.42º 0.9% 0.98% -
XYZ 21.63 15.1 92.22 -
YUV 90.85 217.81 80.32 -
System Red Green Blue C M Y K H S L
Decimal 24 94 250 0.90 0.62 0 0.02 221.42 0.96 0.54
Hex 18 5E FA 5A 3E 0 2 DD 60 36
Octal 30 136 372 132 76 0 2 335 140 66
Binary 11000 1011110 11111010 1011010 111110 0 10 11011101 1100000 110110

Color Harmonies of #185EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185EFA

Black with #185EFA

Text Example


Text Example

White with #185EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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