Html Css Color HEX #185FFF Royal Blue

📋 copy color: '#185FFF'

red 24 ◦ green 95 ◦ blue 255

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

Shades of Royal Blue #185FFF

Tints of Royal Blue #185FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.4%

 BLUE value IS 255 (100% from 255) = 68.18%

R = 6.42%
G = 25.4%
B = 68.18%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#185FFF (or 0x185FFF) is known color: Royal Blue. HEX triplet: 18, 5F and FF. RGB value is (24,95,255). Sum of RGB (Red+Green+Blue) = 24+95+255=374 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.42% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #185FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185FFF is #E7A000. Grayscale: #5B5B5B. Windows color (decimal): -15179777 or 16736024. OLE color: 16736024.

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

Color convert

RGB 24 95 255 -
CMYK 0.91 0.63 0 0
HSL 221.56º 1% 0.55% -
HSV(B) 221.56º 0.91% 1% -
XYZ 22.52 15.6 96.43 -
YUV 92.01 219.98 79.49 -
System Red Green Blue C M Y K H S L
Decimal 24 95 255 0.91 0.63 0 0 221.56 1 0.55
Hex 18 5F FF 5B 3F 0 0 DE 64 37
Octal 30 137 377 133 77 0 0 336 144 67
Binary 11000 1011111 11111111 1011011 111111 0 0 11011110 1100100 110111

Color Harmonies of #185FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185FFF

Black with #185FFF

Text Example


Text Example

White with #185FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,95,255); }

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

background-color css

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

 a { background-color: rgb(24,95,255); }

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

border-color css

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

 span { border-color: rgb(24,95,255); }

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