Html Css Color HEX #185BF3 Royal Blue

📋 copy color: '#185BF3'

red 24 ◦ green 91 ◦ blue 243

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

Shades of Royal Blue #185BF3

Tints of Royal Blue #185BF3

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.42%

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

R = 6.7%
G = 25.42%
B = 67.88%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#185BF3 (or 0x185BF3) is known color: Royal Blue. HEX triplet: 18, 5B and F3. RGB value is (24,91,243). Sum of RGB (Red+Green+Blue) = 24+91+243=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 243 (95.31% from 255 or 67.88% from 358); Max value from RGB is 243 - color contains mainly: blue. Hex color #185BF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185BF3 is #E7A40C. Grayscale: #575757. Windows color (decimal): -15180813 or 15948568. OLE color: 15948568.

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

Color convert

RGB 24 91 243 -
CMYK 0.90 0.63 0 0.05
HSL 221.64º 0.9% 0.52% -
HSV(B) 221.64º 0.9% 0.95% -
XYZ 20.3 14.15 86.46 -
YUV 88.3 215.3 82.14 -
System Red Green Blue C M Y K H S L
Decimal 24 91 243 0.90 0.63 0 0.05 221.64 0.9 0.52
Hex 18 5B F3 5A 3F 0 5 DE 5A 34
Octal 30 133 363 132 77 0 5 336 132 64
Binary 11000 1011011 11110011 1011010 111111 0 101 11011110 1011010 110100

Color Harmonies of #185BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185BF3

Black with #185BF3

Text Example


Text Example

White with #185BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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