Html Css Color HEX #185DFC Royal Blue

📋 copy color: '#185DFC'

red 24 ◦ green 93 ◦ blue 252

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

Shades of Royal Blue #185DFC

Tints of Royal Blue #185DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.2%

 BLUE value IS 252 (98.83% from 255) = 68.29%

R = 6.5%
G = 25.2%
B = 68.29%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#185DFC (or 0x185DFC) is known color: Royal Blue. HEX triplet: 18, 5D and FC. RGB value is (24,93,252). Sum of RGB (Red+Green+Blue) = 24+93+252=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #185DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185DFC is #E7A203. Grayscale: #595959. Windows color (decimal): -15180292 or 16538904. OLE color: 16538904.

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

Color convert

RGB 24 93 252 -
CMYK 0.90 0.63 0 0.01
HSL 221.84º 0.97% 0.54% -
HSV(B) 221.84º 0.9% 0.99% -
XYZ 21.86 15.05 93.85 -
YUV 90.5 219.14 80.57 -
System Red Green Blue C M Y K H S L
Decimal 24 93 252 0.90 0.63 0 0.01 221.84 0.97 0.54
Hex 18 5D FC 5A 3F 0 1 DE 61 36
Octal 30 135 374 132 77 0 1 336 141 66
Binary 11000 1011101 11111100 1011010 111111 0 1 11011110 1100001 110110

Color Harmonies of #185DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185DFC

Black with #185DFC

Text Example


Text Example

White with #185DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,93,252); }

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

background-color css

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

 a { background-color: rgb(24,93,252); }

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

border-color css

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

 span { border-color: rgb(24,93,252); }

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