#317fdf

Color #317FDF Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #317FDF

Tints of Royal Blue #317FDF

Color information

#317FDF (or 0x317FDF) is unknown color: approx Royal Blue. HEX triplet: 31, 7F and DF. RGB value is (49,127,223). Sum of RGB (Red+Green+Blue) = 49+127+223=399 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.28% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #317FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317FDF is #CE8020. Grayscale: #727272. Windows color (decimal): -13533217 or 14647089. OLE color: 14647089.

HSL color Cylindrical-coordinate representation of color #317FDF: hue angle of 213.1º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #317FDF is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB49127223-
CMYK0.780.4300.13
HSL213.1º73.11%53.33%-
HSV(B)213.1º78.03%87.45%-
XYZ22.1821.1672.73-
YUV114.62189.1681.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.28%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 223 (87.5% from 255) = 55.89%
R=12.28%
G=31.83%
B=55.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal491272230.780.4300.13213.173.1153.33
Hex317FDF4E2B0Dd54935
Octal611773371165301532511165
Binary110001111111111011111100111010101101101110101011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317fdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317fdf; }

 p { color: rgb(49,127,223); }

 H1.HeaderClassName
 {
   color: #317fdf;
 }
 .AnyTagClassName
 {
   color: #317fdf;
 }
</style>
background-color css

<style>
 a { background-color: #317fdf; }

 a { background-color: rgb(49,127,223); }

 div.DivClassName
 {
   background-color: #317fdf;
 }
 .BgClassName
 {
   background-color: #317fdf;
 }
</style>
border-color css

<style>
 span { border-color: #317fdf; }

 span { border-color: rgb(49,127,223); }

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