Html Css Color HEX #1F56F9 Royal Blue

📋 copy color: '#1F56F9'

red 31 ◦ green 86 ◦ blue 249

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

Shades of Royal Blue #1F56F9

Tints of Royal Blue #1F56F9

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.5%

 BLUE value IS 249 (97.66% from 255) = 68.03%

R = 8.47%
G = 23.5%
B = 68.03%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1F56F9 (or 0x1F56F9) is known color: Royal Blue. HEX triplet: 1F, 56 and F9. RGB value is (31,86,249). Sum of RGB (Red+Green+Blue) = 31+86+249=366 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.47% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 249 (97.66% from 255 or 68.03% from 366); Max value from RGB is 249 - color contains mainly: blue. Hex color #1F56F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F56F9 is #E0A906. Grayscale: #575757. Windows color (decimal): -14723335 or 16340511. OLE color: 16340511.

HSL color Cylindrical-coordinate representation of color #1F56F9: hue angle of 224.86º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F56F9 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 86 249 -
CMYK 0.88 0.65 0 0.02
HSL 224.86º 0.95% 0.55% -
HSV(B) 224.86º 0.88% 0.98% -
XYZ 20.99 13.79 91.18 -
YUV 88.14 218.78 87.25 -
System Red Green Blue C M Y K H S L
Decimal 31 86 249 0.88 0.65 0 0.02 224.86 0.95 0.55
Hex 1F 56 F9 58 41 0 2 E1 5F 37
Octal 37 126 371 130 101 0 2 341 137 67
Binary 11111 1010110 11111001 1011000 1000001 0 10 11100001 1011111 110111

Color Harmonies of #1F56F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F56F9

Black with #1F56F9

Text Example


Text Example

White with #1F56F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,86,249); }

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

background-color css

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

 a { background-color: rgb(31,86,249); }

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

border-color css

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

 span { border-color: rgb(31,86,249); }

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