Html Css Color HEX #1F5FFF Royal Blue

📋 copy color: '#1F5FFF'

red 31 ◦ green 95 ◦ blue 255

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

Shades of Royal Blue #1F5FFF

Tints of Royal Blue #1F5FFF

RGB

 RED value IS 31 (12.5% from 255) = 8.14%

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

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

R = 8.14%
G = 24.93%
B = 66.93%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1F5FFF (or 0x1F5FFF) is known color: Royal Blue. HEX triplet: 1F, 5F and FF. RGB value is (31,95,255). Sum of RGB (Red+Green+Blue) = 31+95+255=381 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.14% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F5FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F5FFF is #E0A000. Grayscale: #5D5D5D. Windows color (decimal): -14721025 or 16736031. OLE color: 16736031.

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

Color convert

RGB 31 95 255 -
CMYK 0.88 0.63 0 0
HSL 222.86º 1% 0.56% -
HSV(B) 222.86º 0.88% 1% -
XYZ 22.71 15.7 96.44 -
YUV 94.1 218.8 82.99 -
System Red Green Blue C M Y K H S L
Decimal 31 95 255 0.88 0.63 0 0 222.86 1 0.56
Hex 1F 5F FF 58 3F 0 0 DF 64 38
Octal 37 137 377 130 77 0 0 337 144 70
Binary 11111 1011111 11111111 1011000 111111 0 0 11011111 1100100 111000

Color Harmonies of #1F5FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5FFF

Black with #1F5FFF

Text Example


Text Example

White with #1F5FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F5FFF; }

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

 H1.HeaderClassName
 {
   color: #1F5FFF;
 }
 .AnyTagClassName
 {
   color: #1F5FFF;
 }
</style>

background-color css

<style>
 a { background-color: #1F5FFF; }

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

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

border-color css

<style>
 span { border-color: #1F5FFF; }

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

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