Html Css Color HEX #185BFE Royal Blue

📋 copy color: '#185BFE'

red 24 ◦ green 91 ◦ blue 254

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

Shades of Royal Blue #185BFE

Tints of Royal Blue #185BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.83%

R = 6.5%
G = 24.66%
B = 68.83%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#185BFE (or 0x185BFE) is known color: Royal Blue. HEX triplet: 18, 5B and FE. RGB value is (24,91,254). Sum of RGB (Red+Green+Blue) = 24+91+254=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #185BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185BFE is #E7A401. Grayscale: #585858. Windows color (decimal): -15180802 or 16669464. OLE color: 16669464.

HSL color Cylindrical-coordinate representation of color #185BFE: hue angle of 222.52º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #185BFE is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 24 91 254 -
CMYK 0.91 0.64 0 0.00
HSL 222.52º 0.99% 0.55% -
HSV(B) 222.52º 0.91% 1% -
XYZ 22.01 14.83 95.47 -
YUV 89.55 220.8 81.25 -
System Red Green Blue C M Y K H S L
Decimal 24 91 254 0.91 0.64 0 0.00 222.52 0.99 0.55
Hex 18 5B FE 5B 40 0 0 DF 63 37
Octal 30 133 376 133 100 0 0 337 143 67
Binary 11000 1011011 11111110 1011011 1000000 0 0 11011111 1100011 110111

Color Harmonies of #185BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185BFE

Black with #185BFE

Text Example


Text Example

White with #185BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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