Html Css Color HEX #185DF3 Royal Blue

📋 copy color: '#185DF3'

red 24 ◦ green 93 ◦ blue 243

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

Shades of Royal Blue #185DF3

Tints of Royal Blue #185DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 67.5%

R = 6.67%
G = 25.83%
B = 67.5%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#185DF3 (or 0x185DF3) is known color: Royal Blue. HEX triplet: 18, 5D and F3. RGB value is (24,93,243). Sum of RGB (Red+Green+Blue) = 24+93+243=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 243 (95.31% from 255 or 67.5% from 360); Max value from RGB is 243 - color contains mainly: blue. Hex color #185DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185DF3 is #E7A20C. Grayscale: #585858. Windows color (decimal): -15180301 or 15949080. OLE color: 15949080.

HSL color Cylindrical-coordinate representation of color #185DF3: hue angle of 221.1º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #185DF3 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 93 243 -
CMYK 0.90 0.62 0 0.05
HSL 221.1º 0.9% 0.52% -
HSV(B) 221.1º 0.9% 0.95% -
XYZ 20.47 14.49 86.51 -
YUV 89.47 214.64 81.3 -
System Red Green Blue C M Y K H S L
Decimal 24 93 243 0.90 0.62 0 0.05 221.1 0.9 0.52
Hex 18 5D F3 5A 3E 0 5 DD 5A 34
Octal 30 135 363 132 76 0 5 335 132 64
Binary 11000 1011101 11110011 1011010 111110 0 101 11011101 1011010 110100

Color Harmonies of #185DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185DF3

Black with #185DF3

Text Example


Text Example

White with #185DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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