Html Css Color HEX #1F5CF6 Royal Blue

📋 copy color: '#1F5CF6'

red 31 ◦ green 92 ◦ blue 246

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

Shades of Royal Blue #1F5CF6

Tints of Royal Blue #1F5CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 66.67%

R = 8.4%
G = 24.93%
B = 66.67%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1F5CF6 (or 0x1F5CF6) is known color: Royal Blue. HEX triplet: 1F, 5C and F6. RGB value is (31,92,246). Sum of RGB (Red+Green+Blue) = 31+92+246=369 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.40% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 246 (96.48% from 255 or 66.67% from 369); Max value from RGB is 246 - color contains mainly: blue. Hex color #1F5CF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F5CF6 is #E0A309. Grayscale: #5A5A5A. Windows color (decimal): -14721802 or 16145439. OLE color: 16145439.

HSL color Cylindrical-coordinate representation of color #1F5CF6: hue angle of 222.98º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F5CF6 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 31 92 246 -
CMYK 0.87 0.63 0 0.04
HSL 222.98º 0.92% 0.54% -
HSV(B) 222.98º 0.87% 0.96% -
XYZ 21.03 14.6 88.9 -
YUV 91.32 215.29 84.98 -
System Red Green Blue C M Y K H S L
Decimal 31 92 246 0.87 0.63 0 0.04 222.98 0.92 0.54
Hex 1F 5C F6 57 3F 0 4 DF 5C 36
Octal 37 134 366 127 77 0 4 337 134 66
Binary 11111 1011100 11110110 1010111 111111 0 100 11011111 1011100 110110

Color Harmonies of #1F5CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5CF6

Black with #1F5CF6

Text Example


Text Example

White with #1F5CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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