Html Css Color HEX #185EFE Royal Blue

📋 copy color: '#185EFE'

red 24 ◦ green 94 ◦ blue 254

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

Shades of Royal Blue #185EFE

Tints of Royal Blue #185EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.27%

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

R = 6.45%
G = 25.27%
B = 68.28%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#185EFE (or 0x185EFE) is known color: Royal Blue. HEX triplet: 18, 5E and FE. RGB value is (24,94,254). Sum of RGB (Red+Green+Blue) = 24+94+254=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #185EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185EFE is #E7A101. Grayscale: #5A5A5A. Windows color (decimal): -15180034 or 16670232. OLE color: 16670232.

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

Color convert

RGB 24 94 254 -
CMYK 0.91 0.63 0 0.00
HSL 221.74º 0.99% 0.55% -
HSV(B) 221.74º 0.91% 1% -
XYZ 22.27 15.36 95.56 -
YUV 91.31 219.81 79.99 -
System Red Green Blue C M Y K H S L
Decimal 24 94 254 0.91 0.63 0 0.00 221.74 0.99 0.55
Hex 18 5E FE 5B 3F 0 0 DE 63 37
Octal 30 136 376 133 77 0 0 336 143 67
Binary 11000 1011110 11111110 1011011 111111 0 0 11011110 1100011 110111

Color Harmonies of #185EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185EFE

Black with #185EFE

Text Example


Text Example

White with #185EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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