Html Css Color HEX #1F5CF8 Royal Blue

📋 copy color: '#1F5CF8'

red 31 ◦ green 92 ◦ blue 248

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

Shades of Royal Blue #1F5CF8

Tints of Royal Blue #1F5CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 66.85%

R = 8.36%
G = 24.8%
B = 66.85%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1F5CF8 (or 0x1F5CF8) is known color: Royal Blue. HEX triplet: 1F, 5C and F8. RGB value is (31,92,248). Sum of RGB (Red+Green+Blue) = 31+92+248=371 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.36% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 248 (97.27% from 255 or 66.85% from 371); Max value from RGB is 248 - color contains mainly: blue. Hex color #1F5CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F5CF8 is #E0A307. Grayscale: #5A5A5A. Windows color (decimal): -14721800 or 16276511. OLE color: 16276511.

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

Color convert

RGB 31 92 248 -
CMYK 0.88 0.63 0 0.03
HSL 223.13º 0.94% 0.55% -
HSV(B) 223.13º 0.88% 0.97% -
XYZ 21.34 14.72 90.52 -
YUV 91.55 216.29 84.82 -
System Red Green Blue C M Y K H S L
Decimal 31 92 248 0.88 0.63 0 0.03 223.13 0.94 0.55
Hex 1F 5C F8 58 3F 0 3 DF 5E 37
Octal 37 134 370 130 77 0 3 337 136 67
Binary 11111 1011100 11111000 1011000 111111 0 11 11011111 1011110 110111

Color Harmonies of #1F5CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5CF8

Black with #1F5CF8

Text Example


Text Example

White with #1F5CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,92,248); }

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

background-color css

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

 a { background-color: rgb(31,92,248); }

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

border-color css

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

 span { border-color: rgb(31,92,248); }

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