Html Css Color HEX #185CFE Royal Blue

📋 copy color: '#185CFE'

red 24 ◦ green 92 ◦ blue 254

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

Shades of Royal Blue #185CFE

Tints of Royal Blue #185CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.86%

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

R = 6.49%
G = 24.86%
B = 68.65%

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

#185CFE (or 0x185CFE) is known color: Royal Blue. HEX triplet: 18, 5C and FE. RGB value is (24,92,254). Sum of RGB (Red+Green+Blue) = 24+92+254=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #185CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185CFE is #E7A301. Grayscale: #595959. Windows color (decimal): -15180546 or 16669720. OLE color: 16669720.

HSL color Cylindrical-coordinate representation of color #185CFE: hue angle of 222.26º 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 #185CFE is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 24 92 254 -
CMYK 0.91 0.64 0 0.00
HSL 222.26º 0.99% 0.55% -
HSV(B) 222.26º 0.91% 1% -
XYZ 22.09 15 95.5 -
YUV 90.14 220.47 80.83 -
System Red Green Blue C M Y K H S L
Decimal 24 92 254 0.91 0.64 0 0.00 222.26 0.99 0.55
Hex 18 5C FE 5B 40 0 0 DE 63 37
Octal 30 134 376 133 100 0 0 336 143 67
Binary 11000 1011100 11111110 1011011 1000000 0 0 11011110 1100011 110111

Color Harmonies of #185CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185CFE

Black with #185CFE

Text Example


Text Example

White with #185CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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